Skip to content

Commit f50f4d2

Browse files
author
Andrey Helldar
committed
Update phpunit.xml
1 parent 26987cc commit f50f4d2

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

phpunit.xml

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,28 @@
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>

0 commit comments

Comments
 (0)