Skip to content

Commit 7b3a01a

Browse files
committed
chore: change coding style
1 parent 8a76cb6 commit 7b3a01a

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

phpunit.xml.dist

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd"
4-
bootstrap="system/Test/bootstrap.php" backupGlobals="false"
5-
beStrictAboutOutputDuringTests="true" colors="true" columns="max"
6-
failOnRisky="true" failOnWarning="true"
7-
cacheDirectory="build/.phpunit.cache">
2+
<phpunit
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd"
5+
bootstrap="system/Test/bootstrap.php"
6+
backupGlobals="false"
7+
beStrictAboutOutputDuringTests="true"
8+
colors="true"
9+
columns="max"
10+
failOnRisky="true"
11+
failOnWarning="true"
12+
cacheDirectory="build/.phpunit.cache">
813
<coverage ignoreDeprecatedCodeUnits="true">
914
<report>
1015
<clover outputFile="build/logs/clover.xml"/>

0 commit comments

Comments
 (0)