phpunit config file

This commit is contained in:
John Bintz 2009-11-21 11:00:51 -05:00
parent 09df5abc9c
commit 17d5300076
1 changed files with 5 additions and 0 deletions

5
phpunit.xml Normal file
View File

@ -0,0 +1,5 @@
<phpunit colors="true">
<php>
<ini name="error_reporting" value="30719" />
</php>
</phpunit>