Skip to content

Commit 1eb30f2

Browse files
committed
Fix infection.json5: remove non-existent customPath for phpunit
1 parent 0a08d81 commit 1eb30f2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

infection.json5

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
"testFramework": "phpunit",
1818
"testFrameworkOptions": "--exclude-group=functional",
1919
"initialTestsPhpOptions": "-d memory_limit=512M",
20-
"phpUnit": {
21-
"configDir": ".",
22-
"customPath": "build/phpunit-for-infection.php"
23-
},
2420
"minMsi": 85,
2521
"minCoveredMsi": 85
2622
}

0 commit comments

Comments
 (0)