Skip to content

Commit ed62b16

Browse files
committed
Update
1 parent abe370c commit ed62b16

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.dev-tools/infection.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
"report": "main"
1414
}
1515
},
16+
"testFramework": "phpunit",
17+
"testFrameworkOptions": "--cache-directory=.phpunit.cache",
1618
"phpUnit": {
1719
"configDir": "..",
1820
"customPath": "../vendor/phpunit/phpunit/phpunit"

.dev-tools/src/InfectionConfigBuilder.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ public function build(): array
4848
'github' => true,
4949
'stryker' => ['report' => 'main'],
5050
],
51+
'testFramework' => 'phpunit',
52+
'testFrameworkOptions' => '--cache-directory=.phpunit.cache',
5153
'phpUnit' => [
5254
'configDir' => '..',
5355
'customPath' => '../vendor/phpunit/phpunit/phpunit',

0 commit comments

Comments
 (0)