From 4db631223fa4ab0da5b928d83cf19347b526068b Mon Sep 17 00:00:00 2001 From: Meritoo Date: Sat, 8 Sep 2018 08:21:50 +0200 Subject: [PATCH] Phing > tests > PHPUnit > do not use dox format (for output results) --- phing/properties.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phing/properties.dist b/phing/properties.dist index aaeaf35..9d5cf43 100644 --- a/phing/properties.dist +++ b/phing/properties.dist @@ -96,4 +96,4 @@ tests.database = ${dir.data.temporary}/database.sqlite # Path of the framework used to run unit tests # -tests.framework.path = ./vendor/bin/phpunit --verbose --no-coverage --testdox +tests.framework.path = ./vendor/bin/phpunit --verbose --no-coverage