summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index afe8ae32a..9ce89b19d 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ dist: clean
test: javascript-tests unit-tests integration-tests acceptance-tests
unit-tests:
- phpunit tests/unit
+ phpunit --coverage-clover=coverage.clover tests/unit
integration-tests: