File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
3
xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.5/phpunit.xsd"
4
- bootstrap =" vendor/autoload.php"
5
- cacheResultFile =" .phpunit.cache/test-results"
6
- executionOrder =" depends,defects"
7
- forceCoversAnnotation =" true"
4
+ backupGlobals =" false"
5
+ backupStaticAttributes =" false"
8
6
beStrictAboutCoversAnnotation =" true"
9
7
beStrictAboutOutputDuringTests =" true"
10
8
beStrictAboutTodoAnnotatedTests =" true"
9
+ bootstrap =" vendor/autoload.php"
10
+ cacheResultFile =" .phpunit.cache/test-results"
11
+ colors =" true"
12
+ convertErrorsToExceptions =" true"
13
+ convertNoticesToExceptions =" true"
14
+ convertWarningsToExceptions =" true"
15
+ executionOrder =" depends,defects"
11
16
failOnRisky =" true"
12
17
failOnWarning =" true"
13
- verbose =" true" >
18
+ forceCoversAnnotation =" false"
19
+ stopOnError =" false"
20
+ stopOnFailure =" false"
21
+ stopOnIncomplete =" false"
22
+ stopOnRisky =" false"
23
+ stopOnSkipped =" false"
24
+ verbose =" false"
25
+ >
14
26
<php >
15
27
<env name =" APP_KEY" value =" AckfSECXIvnK5r28GVIWUAxmbBSjTsmF" />
16
28
</php >
You can’t perform that action at this time.
0 commit comments