make test: use phpunit5
[pharext/pharext] / Makefile
index 29a6d167b46b608d9880492db2c5697aa4c1de33..3701018dbcc44072c3196b72ca4a9c0bd11b74b3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ bin/%: build/%.php src/* src/pharext/* src/pharext/*/* src/pharext/*/*/*
 
 test:
        @echo "Running tests ... "
-       @php -dphar.readonly=0 `which phpunit` tests
+       @php -dphar.readonly=0 `which phpunit5` tests
        
 clean:
        rm bin/pharext*