From: Michael Wallner Date: Sat, 26 Sep 2020 07:18:30 +0000 (+0200) Subject: make test: use phpunit5 X-Git-Tag: v4.1.3~1 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=588c266f29af65ea5706c9251c1ec2f92fc30880;p=pharext%2Fpharext make test: use phpunit5 --- diff --git a/Makefile b/Makefile index 29a6d16..3701018 100644 --- 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*