aboutsummaryrefslogtreecommitdiffstats
path: root/phpunit.xml.all
diff options
context:
space:
mode:
Diffstat (limited to 'phpunit.xml.all')
-rw-r--r--phpunit.xml.all4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpunit.xml.all b/phpunit.xml.all
index d91a614c97..b73b8873f6 100644
--- a/phpunit.xml.all
+++ b/phpunit.xml.all
@@ -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>
@@ -27,7 +27,7 @@
<filter>
<blacklist>
- <directory>./tests/</directory>
+ <directory>./tests</directory>
</blacklist>
</filter>
</phpunit>