testing stuff
This commit is contained in:
parent
602b1d28b2
commit
c8426f603a
|
@ -0,0 +1,4 @@
|
|||
.PHONY : test
|
||||
|
||||
test :
|
||||
phpunit --coverage-html coverage test
|
|
@ -0,0 +1,5 @@
|
|||
<phpunit colors="true">
|
||||
<php>
|
||||
<ini name="error_reporting" value="30719" />
|
||||
</php>
|
||||
</phpunit>
|
Loading…
Reference in New Issue