From 588c266f29af65ea5706c9251c1ec2f92fc30880 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Sat, 26 Sep 2020 09:18:30 +0200 Subject: [PATCH] make test: use phpunit5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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* -- 2.30.2