aboutsummaryrefslogtreecommitdiffstats
path: root/phpunit.xml.dist
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2011-01-10 00:26:39 +0100
committerIgor Wiedler <igor@wiedler.ch>2011-01-10 00:26:39 +0100
commitd7299f5071d461e6bf77df8c96b19bcd1bf027db (patch)
tree178535f1cecfa2fd5748b21f9d59d1d471d1bd35 /phpunit.xml.dist
parent0a945100fd285658f1c3c936d413939eb11a6e16 (diff)
parent01fe91c5c4e897801f5c179cd4060e686762f105 (diff)
downloadforums-d7299f5071d461e6bf77df8c96b19bcd1bf027db.tar
forums-d7299f5071d461e6bf77df8c96b19bcd1bf027db.tar.gz
forums-d7299f5071d461e6bf77df8c96b19bcd1bf027db.tar.bz2
forums-d7299f5071d461e6bf77df8c96b19bcd1bf027db.tar.xz
forums-d7299f5071d461e6bf77df8c96b19bcd1bf027db.zip
Merge branch 'ticket/igorw/9987' into develop-olympus
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r--phpunit.xml.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index d1d8adbdd5..78c7fdd93a 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -13,7 +13,7 @@
>
<testsuites>
<testsuite name="phpBB Test Suite">
- <directory suffix=".php">./tests/</directory>
+ <directory suffix="_test.php">./tests/</directory>
</testsuite>
</testsuites>