Ver Fonte

Update test config to continue on failure

shalvah há 6 anos atrás
pai
commit
8358c93058
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      phpunit.xml

+ 1 - 1
phpunit.xml

@@ -7,7 +7,7 @@
          convertNoticesToExceptions="true"
          convertWarningsToExceptions="true"
          processIsolation="false"
-         stopOnFailure="true">
+         stopOnFailure="false">
     <testsuites>
         <testsuite name="Versionable Suite">
             <directory>tests/</directory>