We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe370c commit ed62b16Copy full SHA for ed62b16
.dev-tools/infection.json
@@ -13,6 +13,8 @@
13
"report": "main"
14
}
15
},
16
+ "testFramework": "phpunit",
17
+ "testFrameworkOptions": "--cache-directory=.phpunit.cache",
18
"phpUnit": {
19
"configDir": "..",
20
"customPath": "../vendor/phpunit/phpunit/phpunit"
.dev-tools/src/InfectionConfigBuilder.php
@@ -48,6 +48,8 @@ public function build(): array
48
'github' => true,
49
'stryker' => ['report' => 'main'],
50
],
51
+ 'testFramework' => 'phpunit',
52
+ 'testFrameworkOptions' => '--cache-directory=.phpunit.cache',
53
'phpUnit' => [
54
'configDir' => '..',
55
'customPath' => '../vendor/phpunit/phpunit/phpunit',
0 commit comments