Skip to content

Commit b2d0e6e

Browse files
committed
Reformat
1 parent cde636b commit b2d0e6e

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

phpunit.xml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.5/phpunit.xsd"
3-
beStrictAboutChangesToGlobalState="true"
4-
beStrictAboutOutputDuringTests="true"
5-
beStrictAboutTodoAnnotatedTests="true"
6-
colors="true"
7-
convertDeprecationsToExceptions="true"
8-
forceCoversAnnotation="true"
9-
verbose="true">
1+
<phpunit
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.5/phpunit.xsd"
4+
beStrictAboutChangesToGlobalState="true"
5+
beStrictAboutOutputDuringTests="true"
6+
beStrictAboutTodoAnnotatedTests="true"
7+
colors="true"
8+
convertDeprecationsToExceptions="true"
9+
forceCoversAnnotation="true"
10+
verbose="true"
11+
>
1012
<testsuites>
1113
<testsuite name="Project Test Suite">
1214
<directory>tests</directory>

0 commit comments

Comments
 (0)