瀏覽代碼

[tests] Remove deprecated phpunit directive.

Daniele Alessandri 8 年之前
父節點
當前提交
367ed2c11c
共有 2 個文件被更改,包括 0 次插入2 次删除
  1. 0 1
      phpunit.xml.dist
  2. 0 1
      phpunit.xml.travisci

+ 0 - 1
phpunit.xml.dist

@@ -3,7 +3,6 @@
 <phpunit bootstrap="tests/bootstrap.php"
     colors="true"
     beStrictAboutTestSize="true"
-    checkForUnintentionallyCoveredCode="true"
     beStrictAboutTestsThatDoNotTestAnything="true">
 
     <testsuites>

+ 0 - 1
phpunit.xml.travisci

@@ -3,7 +3,6 @@
 <phpunit bootstrap="tests/bootstrap.php"
     colors="true"
     beStrictAboutTestSize="true"
-    checkForUnintentionallyCoveredCode="true"
     beStrictAboutTestsThatDoNotTestAnything="true">
 
     <testsuites>