Now following PHPUnit file name pattern

This commit is contained in:
Shoghi Cervantes Pueyo 2013-02-09 01:06:36 +01:00
parent aaaa68ff66
commit afbc3da6ed
2 changed files with 6 additions and 0 deletions

6
tests/phpunit.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<phpunit>
<testsuite name='PocketMine-MP'>
<directory suffix='.php'>./</directory>
</testsuite>
</phpunit>