Browse Source

[tests] Remove deprecated phpunit directive.

Daniele Alessandri 8 years ago
parent
commit
367ed2c11c
2 changed files with 0 additions and 2 deletions
  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>