summaryrefslogtreecommitdiffstats
path: root/js/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'js/Makefile')
-rw-r--r--js/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Makefile b/js/Makefile
index 2a0b8577d..7823bfa26 100644
--- a/js/Makefile
+++ b/js/Makefile
@@ -38,7 +38,7 @@ testacular: deps
export CHROME_BIN=$(chrome_bin) && export FIREFOX_BIN=$(firefox_bin) && \
$(grunt) --config $(CURDIR)/Gruntfile.coffee testacular
-phpunit:
+phpunit: deps
$(grunt) --config $(CURDIR)/Gruntfile.coffee testphp
compile: deps