Explorar el Código

[tests] Remove deprecated phpunit directive.

Daniele Alessandri hace 9 años
padre
commit
367ed2c11c
Se han modificado 2 ficheros con 0 adiciones y 2 borrados
  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>