瀏覽代碼

Update test config to continue on failure

shalvah 6 年之前
父節點
當前提交
8358c93058
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>