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 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
33 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"
86 beStrictAboutCoversAnnotation =" true"
97 beStrictAboutOutputDuringTests =" true"
108 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"
1116 failOnRisky =" true"
1217 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+ >
1426 <php >
1527 <env name =" APP_KEY" value =" AckfSECXIvnK5r28GVIWUAxmbBSjTsmF" />
1628 </php >
You can’t perform that action at this time.
0 commit comments