mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/16472] Remove UI test suite
PHPBB3-16472
This commit is contained in:
@@ -15,7 +15,6 @@
|
|||||||
<directory suffix="_test.php">./tests</directory>
|
<directory suffix="_test.php">./tests</directory>
|
||||||
<exclude>./tests/functional</exclude>
|
<exclude>./tests/functional</exclude>
|
||||||
<exclude>./tests/lint_test.php</exclude>
|
<exclude>./tests/lint_test.php</exclude>
|
||||||
<exclude>./tests/ui</exclude>
|
|
||||||
</testsuite>
|
</testsuite>
|
||||||
<testsuite name="phpBB Functional Tests">
|
<testsuite name="phpBB Functional Tests">
|
||||||
<directory suffix="_test.php">./tests/functional</directory>
|
<directory suffix="_test.php">./tests/functional</directory>
|
||||||
@@ -23,9 +22,6 @@
|
|||||||
<testsuite name="phpBB Lint Test">
|
<testsuite name="phpBB Lint Test">
|
||||||
<file>./tests/lint_test.php</file>
|
<file>./tests/lint_test.php</file>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
<testsuite name="phpBB UI Tests">
|
|
||||||
<directory suffix="_test.php">./tests/ui</directory>
|
|
||||||
</testsuite>
|
|
||||||
</testsuites>
|
</testsuites>
|
||||||
|
|
||||||
<groups>
|
<groups>
|
||||||
|
@@ -40,7 +40,6 @@ require_once 'test_framework/phpbb_test_case.php';
|
|||||||
require_once 'test_framework/phpbb_database_test_case.php';
|
require_once 'test_framework/phpbb_database_test_case.php';
|
||||||
require_once 'test_framework/phpbb_database_test_connection_manager.php';
|
require_once 'test_framework/phpbb_database_test_connection_manager.php';
|
||||||
require_once 'test_framework/phpbb_functional_test_case.php';
|
require_once 'test_framework/phpbb_functional_test_case.php';
|
||||||
require_once 'test_framework/phpbb_ui_test_case.php';
|
|
||||||
|
|
||||||
if (file_exists(__DIR__ . '/vendor/autoload.php'))
|
if (file_exists(__DIR__ . '/vendor/autoload.php'))
|
||||||
{
|
{
|
||||||
|
@@ -14,14 +14,10 @@
|
|||||||
<directory suffix="_test.php">../tests</directory>
|
<directory suffix="_test.php">../tests</directory>
|
||||||
<exclude>../tests/functional</exclude>
|
<exclude>../tests/functional</exclude>
|
||||||
<exclude>../tests/lint_test.php</exclude>
|
<exclude>../tests/lint_test.php</exclude>
|
||||||
<exclude>../tests/ui</exclude>
|
|
||||||
</testsuite>
|
</testsuite>
|
||||||
<testsuite name="phpBB Functional Tests">
|
<testsuite name="phpBB Functional Tests">
|
||||||
<directory suffix="_test.php">../tests/functional</directory>
|
<directory suffix="_test.php">../tests/functional</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
<testsuite name="phpBB UI Tests">
|
|
||||||
<directory suffix="_test.php">../tests/ui</directory>
|
|
||||||
</testsuite>
|
|
||||||
</testsuites>
|
</testsuites>
|
||||||
|
|
||||||
<groups>
|
<groups>
|
||||||
|
@@ -14,14 +14,10 @@
|
|||||||
<directory suffix="_test.php">../tests</directory>
|
<directory suffix="_test.php">../tests</directory>
|
||||||
<exclude>../tests/functional</exclude>
|
<exclude>../tests/functional</exclude>
|
||||||
<exclude>../tests/lint_test.php</exclude>
|
<exclude>../tests/lint_test.php</exclude>
|
||||||
<exclude>../tests/ui</exclude>
|
|
||||||
</testsuite>
|
</testsuite>
|
||||||
<testsuite name="phpBB Functional Tests">
|
<testsuite name="phpBB Functional Tests">
|
||||||
<directory suffix="_test.php">../tests/functional</directory>
|
<directory suffix="_test.php">../tests/functional</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
<testsuite name="phpBB UI Tests">
|
|
||||||
<directory suffix="_test.php">../tests/ui</directory>
|
|
||||||
</testsuite>
|
|
||||||
</testsuites>
|
</testsuites>
|
||||||
|
|
||||||
<groups>
|
<groups>
|
||||||
|
@@ -14,14 +14,10 @@
|
|||||||
<directory suffix="_test.php">../tests</directory>
|
<directory suffix="_test.php">../tests</directory>
|
||||||
<exclude>../tests/functional</exclude>
|
<exclude>../tests/functional</exclude>
|
||||||
<exclude>../tests/lint_test.php</exclude>
|
<exclude>../tests/lint_test.php</exclude>
|
||||||
<exclude>../tests/ui</exclude>
|
|
||||||
</testsuite>
|
</testsuite>
|
||||||
<testsuite name="phpBB Functional Tests">
|
<testsuite name="phpBB Functional Tests">
|
||||||
<directory suffix="_test.php">../tests/functional</directory>
|
<directory suffix="_test.php">../tests/functional</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
<testsuite name="phpBB UI Tests">
|
|
||||||
<directory suffix="_test.php">../tests/ui</directory>
|
|
||||||
</testsuite>
|
|
||||||
</testsuites>
|
</testsuites>
|
||||||
|
|
||||||
<groups>
|
<groups>
|
||||||
|
@@ -14,14 +14,10 @@
|
|||||||
<directory suffix="_test.php">../tests</directory>
|
<directory suffix="_test.php">../tests</directory>
|
||||||
<exclude>../tests/functional</exclude>
|
<exclude>../tests/functional</exclude>
|
||||||
<exclude>../tests/lint_test.php</exclude>
|
<exclude>../tests/lint_test.php</exclude>
|
||||||
<exclude>../tests/ui</exclude>
|
|
||||||
</testsuite>
|
</testsuite>
|
||||||
<testsuite name="phpBB Functional Tests">
|
<testsuite name="phpBB Functional Tests">
|
||||||
<directory suffix="_test.php">../tests/functional</directory>
|
<directory suffix="_test.php">../tests/functional</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
<testsuite name="phpBB UI Tests">
|
|
||||||
<directory suffix="_test.php">../tests/ui</directory>
|
|
||||||
</testsuite>
|
|
||||||
</testsuites>
|
</testsuites>
|
||||||
|
|
||||||
<groups>
|
<groups>
|
||||||
|
Reference in New Issue
Block a user