Skip to content

Commit 69c33f8

Browse files
Merge pull request laravel#3518 from martinssipenko/phpunit-fix
Removed unused option
2 parents b0a22fc + 8ac73d9 commit 69c33f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

phpunit.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
convertNoticesToExceptions="true"
88
convertWarningsToExceptions="true"
99
processIsolation="false"
10-
stopOnFailure="false"
11-
syntaxCheck="false">
10+
stopOnFailure="false">
1211
<testsuites>
1312
<testsuite name="Application Test Suite">
1413
<directory>./tests/</directory>

0 commit comments

Comments
 (0)