Skip to content

Commit

Permalink
attempt to fix php 7.2 errors on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Oct 6, 2017
1 parent fb714fc commit 5e7c27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Expand Up @@ -7,7 +7,7 @@
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
processIsolation="true"
stopOnFailure="false">
<testsuites>
<testsuite name="Spatie Test Suite">
Expand Down

0 comments on commit 5e7c27b

Please sign in to comment.