diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |