We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b66ed6 commit 4ca8034Copy full SHA for 4ca8034
phpunit10.xml.dist
@@ -2,12 +2,11 @@
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
3
bootstrap="vendor/autoload.php"
4
backupGlobals="true"
5
- backupStaticAttributes="false"
+ backupStaticProperties="false"
6
colors="true"
7
beStrictAboutTestsThatDoNotTestAnything="true"
8
beStrictAboutOutputDuringTests="true"
9
- displayDetailsOnTestsThatTriggerDeprecations="true"
10
- verbose="true">
+ displayDetailsOnTestsThatTriggerDeprecations="true">
11
12
<testsuites>
13
<testsuite name="Jira_Api Test Suite">
0 commit comments