aboutsummaryrefslogtreecommitdiffstats
path: root/phpunit.xml.dist
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2011-01-10 00:26:48 +0100
committerIgor Wiedler <igor@wiedler.ch>2011-01-10 00:37:47 +0100
commitb5c8349f4a3399750b13463db8ad54f1aadfe178 (patch)
treefd20263038d3d49d5ed06d45a7ee4d2a6be2c468 /phpunit.xml.dist
parent95c683056b85399200e2caaa9aa65edc6843c16f (diff)
parentd7299f5071d461e6bf77df8c96b19bcd1bf027db (diff)
downloadforums-b5c8349f4a3399750b13463db8ad54f1aadfe178.tar
forums-b5c8349f4a3399750b13463db8ad54f1aadfe178.tar.gz
forums-b5c8349f4a3399750b13463db8ad54f1aadfe178.tar.bz2
forums-b5c8349f4a3399750b13463db8ad54f1aadfe178.tar.xz
forums-b5c8349f4a3399750b13463db8ad54f1aadfe178.zip
Merge branch 'develop-olympus' into develop
This merge commit includes ascraeus-specific renames and adjustments.
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 4209c61947..5ee54d37a4 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>