Skip to content

Commit c142d24

Browse files
staabmsebastianbergmann
authored andcommitted
Prevent creation of socket: folder when running infection
1 parent 882c5bf commit c142d24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

infection.json5.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
"excludes": [
99
// causes errors during loading xml fies
1010
"Util/Xml/Xml.php",
11+
// test causes creation of files in project root when mutated
12+
"TextUI/Output/Printer/DefaultPrinter.php",
1113
// causes syntax errors since invalid PHP code is generated
1214
"{Framework/MockObject/Generator/.*}",
1315
// causes issues with saving and reading result cache json files, failing phpunit

0 commit comments

Comments
 (0)