Skip to content

Commit dd6deeb

Browse files
committed
process isolation is important on windows since the tests may and will write to the same files created.
1 parent 616f9b2 commit dd6deeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
convertErrorsToExceptions="true"
77
convertNoticesToExceptions="true"
88
convertWarningsToExceptions="true"
9-
processIsolation="false"
9+
processIsolation="true"
1010
stopOnFailure="false"
1111
bootstrap="tests/bootstrap.php"
1212
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">

0 commit comments

Comments
 (0)