[ticket/9987] Rename test files to include a _test suffix

PHPBB3-9987
This commit is contained in:
Igor Wiedler 2011-01-10 00:18:37 +01:00
parent 0a945100fd
commit 01fe91c5c4
15 changed files with 1 additions and 1 deletions

View file

@ -13,7 +13,7 @@
>
<testsuites>
<testsuite name="phpBB Test Suite">
<directory suffix=".php">./tests/</directory>
<directory suffix="_test.php">./tests/</directory>
</testsuite>
</testsuites>