Explorar o código

[tests] Remove deprecated phpunit directive.

Daniele Alessandri %!s(int64=8) %!d(string=hai) anos
pai
achega
367ed2c11c
Modificáronse 2 ficheiros con 0 adicións e 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>