mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Merge branch 'develop-olympus' into develop-ascraeus
* develop-olympus: [ticket/12485] Broken tests due to absolute exclude Conflicts: .travis.yml phpunit.xml.all phpunit.xml.dist phpunit.xml.functional
This commit is contained in:
commit
3b823465db
7 changed files with 27 additions and 25 deletions
|
@ -13,17 +13,17 @@
|
||||||
>
|
>
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="phpBB Test Suite">
|
<testsuite name="phpBB Test Suite">
|
||||||
<directory suffix="_test.php">./tests/</directory>
|
<directory suffix="_test.php">./tests</directory>
|
||||||
<exclude>tests/lint_test.php</exclude>
|
<exclude>./tests/lint_test.php</exclude>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
<testsuite name="phpBB Lint Test">
|
<testsuite name="phpBB Lint Test">
|
||||||
<file>tests/lint_test.php</file>
|
<file>./tests/lint_test.php</file>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
|
|
||||||
<filter>
|
<filter>
|
||||||
<blacklist>
|
<blacklist>
|
||||||
<directory>./tests/</directory>
|
<directory>./tests</directory>
|
||||||
</blacklist>
|
</blacklist>
|
||||||
<whitelist>
|
<whitelist>
|
||||||
<directory suffix=".php">./phpBB/includes/</directory>
|
<directory suffix=".php">./phpBB/includes/</directory>
|
||||||
|
|
|
@ -13,11 +13,12 @@
|
||||||
>
|
>
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="phpBB Test Suite">
|
<testsuite name="phpBB Test Suite">
|
||||||
<directory suffix="_test.php">./tests/</directory>
|
<directory suffix="_test.php">./tests</directory>
|
||||||
<exclude>tests/lint_test.php</exclude>
|
<exclude>./tests/functional</exclude>
|
||||||
|
<exclude>./tests/lint_test.php</exclude>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
<testsuite name="phpBB Lint Test">
|
<testsuite name="phpBB Lint Test">
|
||||||
<file>tests/lint_test.php</file>
|
<file>./tests/lint_test.php</file>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
|
|
||||||
|
@ -30,7 +31,7 @@
|
||||||
|
|
||||||
<filter>
|
<filter>
|
||||||
<blacklist>
|
<blacklist>
|
||||||
<directory>./tests/</directory>
|
<directory>./tests</directory>
|
||||||
</blacklist>
|
</blacklist>
|
||||||
<whitelist>
|
<whitelist>
|
||||||
<directory suffix=".php">./phpBB/includes/</directory>
|
<directory suffix=".php">./phpBB/includes/</directory>
|
||||||
|
|
|
@ -13,11 +13,12 @@
|
||||||
>
|
>
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="phpBB Test Suite">
|
<testsuite name="phpBB Test Suite">
|
||||||
<directory suffix="_test.php">./tests/</directory>
|
<directory suffix="_test.php">./tests</directory>
|
||||||
<exclude>tests/lint_test.php</exclude>
|
<exclude>./tests/functional</exclude>
|
||||||
|
<exclude>./tests/lint_test.php</exclude>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
<testsuite name="phpBB Lint Test">
|
<testsuite name="phpBB Lint Test">
|
||||||
<file>tests/lint_test.php</file>
|
<file>./tests/lint_test.php</file>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
|
|
||||||
|
@ -29,7 +30,7 @@
|
||||||
|
|
||||||
<filter>
|
<filter>
|
||||||
<blacklist>
|
<blacklist>
|
||||||
<directory>./tests/</directory>
|
<directory>./tests</directory>
|
||||||
</blacklist>
|
</blacklist>
|
||||||
<whitelist>
|
<whitelist>
|
||||||
<directory suffix=".php">./phpBB/includes/</directory>
|
<directory suffix=".php">./phpBB/includes/</directory>
|
||||||
|
|
|
@ -13,9 +13,9 @@
|
||||||
bootstrap="../tests/bootstrap.php">
|
bootstrap="../tests/bootstrap.php">
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="phpBB Test Suite">
|
<testsuite name="phpBB Test Suite">
|
||||||
<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>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
<testsuite name="phpBB Functional Tests">
|
<testsuite name="phpBB Functional Tests">
|
||||||
<directory suffix="_test.php" phpVersion="5.3.19" phpVersionOperator=">=">../tests/functional</directory>
|
<directory suffix="_test.php" phpVersion="5.3.19" phpVersionOperator=">=">../tests/functional</directory>
|
||||||
|
|
|
@ -13,12 +13,12 @@
|
||||||
bootstrap="../tests/bootstrap.php">
|
bootstrap="../tests/bootstrap.php">
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="phpBB Test Suite">
|
<testsuite name="phpBB Test Suite">
|
||||||
<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>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
<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 Functional Tests">
|
<testsuite name="phpBB Functional Tests">
|
||||||
<directory suffix="_test.php" phpVersion="5.3.19" phpVersionOperator=">=">../tests/functional</directory>
|
<directory suffix="_test.php" phpVersion="5.3.19" phpVersionOperator=">=">../tests/functional</directory>
|
||||||
|
|
|
@ -13,9 +13,9 @@
|
||||||
bootstrap="../tests/bootstrap.php">
|
bootstrap="../tests/bootstrap.php">
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="phpBB Test Suite">
|
<testsuite name="phpBB Test Suite">
|
||||||
<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>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
<testsuite name="phpBB Functional Tests">
|
<testsuite name="phpBB Functional Tests">
|
||||||
<directory suffix="_test.php" phpVersion="5.3.19" phpVersionOperator=">=">../tests/functional</directory>
|
<directory suffix="_test.php" phpVersion="5.3.19" phpVersionOperator=">=">../tests/functional</directory>
|
||||||
|
|
|
@ -13,9 +13,9 @@
|
||||||
bootstrap="../tests/bootstrap.php">
|
bootstrap="../tests/bootstrap.php">
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="phpBB Test Suite">
|
<testsuite name="phpBB Test Suite">
|
||||||
<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>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
<testsuite name="phpBB Functional Tests">
|
<testsuite name="phpBB Functional Tests">
|
||||||
<directory suffix="_test.php" phpVersion="5.3.19" phpVersionOperator=">=">../tests/functional</directory>
|
<directory suffix="_test.php" phpVersion="5.3.19" phpVersionOperator=">=">../tests/functional</directory>
|
||||||
|
|
Loading…
Add table
Reference in a new issue