diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 0a1b4f3..e118f02 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -7,23 +7,28 @@ convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" - processIsolation="false" + processIsolation="true" stopOnFailure="false"> ./tests - - + + + src/ + + + + + - - - - + - + + + - +