Implement Mutation Testing Framework (infection/infection package)

This commit is contained in:
Meritoo
2019-04-03 12:27:54 +02:00
parent a90eeed583
commit cecaa65ef6
7 changed files with 70 additions and 2 deletions

View File

@@ -77,5 +77,7 @@ 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
tests.phpunit.command = ./vendor/bin/phpunit --verbose --no-coverage
tests.mutation.command = ./vendor/bin/infection --threads=5