File tree Expand file tree Collapse file tree 1 file changed +18
-10
lines changed Expand file tree Collapse file tree 1 file changed +18
-10
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit backupGlobals =" false"
3
- backupStaticAttributes =" false"
4
- bootstrap =" vendor/autoload.php"
5
- colors =" true"
6
- convertErrorsToExceptions =" true"
7
- convertNoticesToExceptions =" true"
8
- convertWarningsToExceptions =" true"
9
- processIsolation =" false"
10
- stopOnFailure =" false"
11
- verbose =" true"
2
+ <phpunit
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
5
+ backupGlobals =" false"
6
+ backupStaticAttributes =" false"
7
+ bootstrap =" vendor/autoload.php"
8
+ colors =" true"
9
+ convertErrorsToExceptions =" true"
10
+ convertNoticesToExceptions =" true"
11
+ convertWarningsToExceptions =" true"
12
+ processIsolation =" false"
13
+ stopOnFailure =" false"
14
+ executionOrder =" random"
15
+ failOnWarning =" true"
16
+ failOnRisky =" true"
17
+ failOnEmptyTestSuite =" true"
18
+ beStrictAboutOutputDuringTests =" true"
19
+ verbose =" true"
12
20
>
13
21
<testsuites >
14
22
<testsuite name =" Spatie Test Suite" >
You can’t perform that action at this time.
0 commit comments