瀏覽代碼

Update phpunit.xml.*

Daniele Alessandri 9 年之前
父節點
當前提交
9368d98ac3
共有 2 個文件被更改,包括 20 次插入6 次删除
  1. 10 3
      phpunit.xml.dist
  2. 10 3
      phpunit.xml.travisci

+ 10 - 3
phpunit.xml.dist

@@ -1,9 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml version="1.0" encoding="UTF-8"?>
 
 
 <phpunit bootstrap="tests/bootstrap.php"
 <phpunit bootstrap="tests/bootstrap.php"
-    colors="true"
-    beStrictAboutTestSize="true"
-    beStrictAboutTestsThatDoNotTestAnything="true">
+         colors="true"
+         convertErrorsToExceptions="true"
+         convertNoticesToExceptions="true"
+         convertWarningsToExceptions="true"
+         processIsolation="false"
+         stopOnError="false"
+         stopOnFailure="false"
+         syntaxCheck="true"
+         beStrictAboutTestSize="true"
+         beStrictAboutTestsThatDoNotTestAnything="true">
 
 
     <testsuites>
     <testsuites>
         <testsuite name="Predis Test Suite">
         <testsuite name="Predis Test Suite">

+ 10 - 3
phpunit.xml.travisci

@@ -1,9 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml version="1.0" encoding="UTF-8"?>
 
 
 <phpunit bootstrap="tests/bootstrap.php"
 <phpunit bootstrap="tests/bootstrap.php"
-    colors="true"
-    beStrictAboutTestSize="true"
-    beStrictAboutTestsThatDoNotTestAnything="true">
+         colors="true"
+         convertErrorsToExceptions="true"
+         convertNoticesToExceptions="true"
+         convertWarningsToExceptions="true"
+         processIsolation="false"
+         stopOnError="false"
+         stopOnFailure="false"
+         syntaxCheck="true"
+         beStrictAboutTestSize="true"
+         beStrictAboutTestsThatDoNotTestAnything="true">
 
 
     <testsuites>
     <testsuites>
         <testsuite name="Predis Test Suite">
         <testsuite name="Predis Test Suite">