From 2f98b030b3fd32a3ec1517cca16dccf79e9897de Mon Sep 17 00:00:00 2001 From: smoench Date: Fri, 7 Aug 2020 11:07:34 +0200 Subject: [PATCH] Fix PHPUnit phar extension name, so PHPStorm can analyse it and refrences can be used in tests --- .phive/phars.xml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.phive/phars.xml b/.phive/phars.xml index ac1d1c830..a7869cbaf 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -1,7 +1,7 @@ - + diff --git a/Makefile b/Makefile index a2d40614e..72ae534ff 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ PHIVE_BIN := phive PHP_CS_FIXER_BIN := ./tools/php-cs-fixer PHPSTAN_BIN := ./tools/phpstan PSALM_BIN := ./tools/psalm -PHPUNIT_BIN := ./tools/phpunit +PHPUNIT_BIN := ./tools/phpunit.phar .PHONY: build tools-install composer-install tests tests-coverage gpg php-cs-check php-cs-fix phpstan