From cf52517db0f00877a18405d9e457e551fe399a85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= Date: Sat, 12 Feb 2022 12:06:08 +0100 Subject: [PATCH] Speed up infection --- fixtures/set020-infection/infection.json.dist | 6 ++++++ 1 file changed, 6 insertions(+) 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"