Procházet zdrojové kódy

Update test config to continue on failure

shalvah před 6 roky
rodič
revize
8358c93058
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>