Phing > tests > remove mutation tests (because Infection requires PHP 7.1+)

This commit is contained in:
Meritoo
2018-10-28 00:06:52 +02:00
parent 870bfe48a2
commit 822dbf6830
2 changed files with 1 additions and 9 deletions

View File

@@ -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