Skip to content

Commit e8ed8e5

Browse files
committed
Seems like no real changes.
1 parent 071b8c0 commit e8ed8e5

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

phpunit.8.xml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd" bootstrap="tests/bootstrap.php" executionOrder="depends,defects" forceCoversAnnotation="true" beStrictAboutCoversAnnotation="true" beStrictAboutOutputDuringTests="true" beStrictAboutTodoAnnotatedTests="true" convertDeprecationsToExceptions="true" failOnRisky="false" failOnWarning="true" backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" verbose="true">
2+
<phpunit
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
5+
bootstrap="tests/bootstrap.php"
6+
executionOrder="depends,defects"
7+
forceCoversAnnotation="true"
8+
beStrictAboutCoversAnnotation="true"
9+
beStrictAboutOutputDuringTests="true"
10+
beStrictAboutTodoAnnotatedTests="true"
11+
convertDeprecationsToExceptions="true"
12+
failOnRisky="false"
13+
failOnWarning="true"
14+
backupGlobals="false"
15+
backupStaticAttributes="false"
16+
colors="true"
17+
convertErrorsToExceptions="true"
18+
convertNoticesToExceptions="true"
19+
convertWarningsToExceptions="true"
20+
processIsolation="false"
21+
stopOnFailure="false"
22+
verbose="true"
23+
>
324
<coverage processUncoveredFiles="true">
425
<include>
526
<directory suffix=".php">./src</directory>

0 commit comments

Comments
 (0)