From 3c0f0530282ab5ee60d96f07ef3aeeb4848cd930 Mon Sep 17 00:00:00 2001 From: Akolzin Dmitry Date: Tue, 25 Feb 2020 14:30:38 +0300 Subject: [PATCH] fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3097329..e9345c2 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ ifeq ($(USE_COMPOSER),1) composer install endif -tests: install +tests: ifeq ($(USE_COMPOSER),1) vendor/phpunit/phpunit/phpunit -c phpunit.xml.dist else