Skip to content

Commit 4ca8034

Browse files
committed
Another PHPUnit 10 config fix
1 parent 5b66ed6 commit 4ca8034

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

phpunit10.xml.dist

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
33
bootstrap="vendor/autoload.php"
44
backupGlobals="true"
5-
backupStaticAttributes="false"
5+
backupStaticProperties="false"
66
colors="true"
77
beStrictAboutTestsThatDoNotTestAnything="true"
88
beStrictAboutOutputDuringTests="true"
9-
displayDetailsOnTestsThatTriggerDeprecations="true"
10-
verbose="true">
9+
displayDetailsOnTestsThatTriggerDeprecations="true">
1110

1211
<testsuites>
1312
<testsuite name="Jira_Api Test Suite">

0 commit comments

Comments
 (0)