diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..ce25c8f --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +.PHONY : test + +test : + phpunit --coverage-html coverage test diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..b448d08 --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,5 @@ + + + + +