From c82f53219eefa2e1c9df2a8558eb1748913afe91 Mon Sep 17 00:00:00 2001 From: Meritoo Date: Mon, 29 Oct 2018 08:31:38 +0100 Subject: [PATCH] Phing > PHPUnit > run with code coverage (to get all reports) --- phing/properties.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phing/properties.dist b/phing/properties.dist index 624b5fc..bcb2fb5 100644 --- a/phing/properties.dist +++ b/phing/properties.dist @@ -79,4 +79,4 @@ tests.database = ${dir.data.temporary}/database.sqlite # Paths of frameworks used to run tests: # - PHPUnit (unit tests) # -tests.phpunit.command = ./vendor/bin/phpunit --verbose --no-coverage +tests.phpunit.command = ./vendor/bin/phpunit --verbose