From 822dbf68307698fdae1310de98cf2c5e5e41130a Mon Sep 17 00:00:00 2001 From: Meritoo Date: Sun, 28 Oct 2018 00:06:52 +0200 Subject: [PATCH] Phing > tests > remove mutation tests (because Infection requires PHP 7.1+) --- phing/properties.dist | 2 -- phing/tests.xml | 8 +------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/phing/properties.dist b/phing/properties.dist index 5c2c662..624b5fc 100644 --- a/phing/properties.dist +++ b/phing/properties.dist @@ -78,7 +78,5 @@ tests.database = ${dir.data.temporary}/database.sqlite # Paths of frameworks used to run tests: # - PHPUnit (unit tests) -# - Infection (mutation tests) # tests.phpunit.command = ./vendor/bin/phpunit --verbose --no-coverage -tests.mutation.command = ./vendor/bin/infection --threads=5 diff --git a/phing/tests.xml b/phing/tests.xml index 3797ae5..92f6190 100644 --- a/phing/tests.xml +++ b/phing/tests.xml @@ -51,8 +51,7 @@ @@ -104,11 +103,6 @@ - - - - -