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