File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phpunit
33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : noNamespaceSchemaLocation =" vendor/phpunit/ phpunit/phpunit.xsd"
4+ xsi : noNamespaceSchemaLocation =" https://schema. phpunit.de/10.0 /phpunit.xsd"
55 backupGlobals =" false"
6- backupStaticAttributes =" false"
76 bootstrap =" vendor/autoload.php"
87 colors =" true"
9- convertErrorsToExceptions =" true"
10- convertNoticesToExceptions =" true"
11- convertWarningsToExceptions =" true"
128 processIsolation =" false"
139 stopOnFailure =" false"
1410 executionOrder =" random"
1511 failOnWarning =" true"
1612 failOnRisky =" true"
1713 failOnEmptyTestSuite =" true"
1814 beStrictAboutOutputDuringTests =" true"
19- verbose =" true"
15+ cacheDirectory =" .phpunit.cache"
16+ backupStaticProperties =" false"
2017>
2118 <testsuites >
2219 <testsuite name =" Askdkc Test Suite" >
You can’t perform that action at this time.
0 commit comments