Skip to content

Commit 6b038f1

Browse files
author
Luis
committed
Testing: remove deprecated attribute
1 parent 908b152 commit 6b038f1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

phpunit.xml.dist

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<phpunit bootstrap="tests/bootstrap.php" colors="true"
44
beStrictAboutTestsThatDoNotTestAnything="true"
55
beStrictAboutOutputDuringTests="true"
6-
beStrictAboutChangesToGlobalState="true"
7-
checkForUnintentionallyCoveredCode="false">
6+
beStrictAboutChangesToGlobalState="true">
87
<filter>
98
<whitelist>
109
<directory suffix=".php">../modules/graphql</directory>

0 commit comments

Comments
 (0)