We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e96ed commit b10ed40Copy full SHA for b10ed40
1 file changed
phpunit.xml
@@ -7,7 +7,8 @@
7
convertNoticesToExceptions="true"
8
convertWarningsToExceptions="true"
9
processIsolation="false"
10
- stopOnFailure="true">
+ stopOnFailure="false"
11
+>
12
<testsuites>
13
<testsuite name="unit">
14
<directory>./tests/unit</directory>
0 commit comments