Add phpunit.xml.dist

This commit is contained in:
Adrian Palmer 2014-08-27 17:47:56 +10:00
parent a0f24861fe
commit ffeb67b4f0
1 changed files with 13 additions and 0 deletions

13
phpunit.xml.dist Normal file
View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./tests/bootstrap.php" colors="true">
<testsuites>
<testsuite>
<directory>tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">src</directory>
</whitelist>
</filter>
</phpunit>