Jelajahi Sumber

Update test config to continue on failure

shalvah 6 tahun lalu
induk
melakukan
8358c93058
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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>