Bläddra i källkod

[tests] Remove deprecated phpunit directive.

Daniele Alessandri 8 år sedan
förälder
incheckning
367ed2c11c
2 ändrade filer med 0 tillägg och 2 borttagningar
  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"
 <phpunit bootstrap="tests/bootstrap.php"
     colors="true"
     colors="true"
     beStrictAboutTestSize="true"
     beStrictAboutTestSize="true"
-    checkForUnintentionallyCoveredCode="true"
     beStrictAboutTestsThatDoNotTestAnything="true">
     beStrictAboutTestsThatDoNotTestAnything="true">
 
 
     <testsuites>
     <testsuites>

+ 0 - 1
phpunit.xml.travisci

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