testing stuff

This commit is contained in:
John Bintz 2010-02-22 20:33:29 -05:00
parent 602b1d28b2
commit c8426f603a
2 changed files with 9 additions and 0 deletions

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
.PHONY : test
test :
phpunit --coverage-html coverage test

5
phpunit.xml Normal file
View File

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