diff --git a/fixtures/set020-infection/infection.json.dist b/fixtures/set020-infection/infection.json.dist index 0e7772b4..e46013b6 100644 --- a/fixtures/set020-infection/infection.json.dist +++ b/fixtures/set020-infection/infection.json.dist @@ -5,12 +5,18 @@ "source": { "directories": [ "../../src" + ], + "excludes": [ + "../../src/Configuration", + "../../src/Console", + "../../src/PhpParser" ] }, "phpUnit": { "configDir": "../..", "customPath": "../../vendor/phpunit/phpunit/phpunit" }, + "testFrameworkOptions": "group=default", "bootstrap": "../../vendor/autoload.php", "logs": { "text": "../../infection-log.txt"