Skip to content

Commit ff8ef69

Browse files
authored
Speed up infection (#654)
1 parent 513800d commit ff8ef69

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

fixtures/set020-infection/infection.json.dist

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@
55
"source": {
66
"directories": [
77
"../../src"
8+
],
9+
"excludes": [
10+
"../../src/Configuration",
11+
"../../src/Console",
12+
"../../src/PhpParser"
813
]
914
},
1015
"phpUnit": {
1116
"configDir": "../..",
1217
"customPath": "../../vendor/phpunit/phpunit/phpunit"
1318
},
19+
"testFrameworkOptions": "group=default",
1420
"bootstrap": "../../vendor/autoload.php",
1521
"logs": {
1622
"text": "../../infection-log.txt"

0 commit comments

Comments
 (0)