1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 00:37:42 +02:00

[ticket/12485] Broken tests due to absolute exclude

PHPBB3-12485
This commit is contained in:
Nicofuma
2014-05-03 03:36:01 +02:00
parent af7ec71967
commit 3dee1db260
8 changed files with 61 additions and 17 deletions

View File

@@ -13,7 +13,7 @@
>
<testsuites>
<testsuite name="phpBB Test Suite">
<directory suffix="_test.php">./tests/</directory>
<directory suffix="_test.php">./tests</directory>
<exclude>./tests/functional</exclude>
<exclude>tests/lint_test.php</exclude>
</testsuite>
@@ -33,7 +33,7 @@
<filter>
<blacklist>
<directory>./tests/</directory>
<directory>./tests</directory>
</blacklist>
</filter>
</phpunit>