Skip to content

Commit cd17cc9

Browse files
authored
Enable Process Isolation
1 parent 6f70818 commit cd17cc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpunit.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
convertErrorsToExceptions="true"
88
convertNoticesToExceptions="true"
99
convertWarningsToExceptions="true"
10-
processIsolation="false"
10+
processIsolation="true"
1111
stopOnFailure="false"
1212
syntaxCheck="true"
1313
>
@@ -27,4 +27,4 @@
2727
<env name="APP_DEBUG" value="true"/>
2828
<env name="APP_KEY" value="base64:M1igrxNfAWlVGyxxDholHqvVqvtPjAzCoJ+2/ILAVPw="/>
2929
</php>
30-
</phpunit>
30+
</phpunit>

0 commit comments

Comments
 (0)