aboutsummaryrefslogtreecommitdiff
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 36faed3..816f019 100644
--- a/Makefile
+++ b/Makefile
@@ -168,7 +168,7 @@ lint: $(phpcs_dir)
# Test php code with phpunit.
.PHONY: test
test: $(phpunit_dir)
- phpunit
+ phpunit --log-junit $(phpunit_dir)/junit.xml
# Create dirs if the do not exist
$(dirs):