Skip to content

Commit 0a905c2

Browse files
Reformat phpunit.xml.dist file
1 parent af47700 commit 0a905c2

File tree

1 file changed

+28
-21
lines changed

1 file changed

+28
-21
lines changed

phpunit.xml.dist

Lines changed: 28 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,30 @@
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/11.2/phpunit.xsd" backupGlobals="false" colors="true" bootstrap="tests/bootstrap.php" cacheDirectory=".phpunit.cache">
3-
<php>
4-
<ini name="error_reporting" value="-1"/>
5-
<ini name="date.timezone" value="UTC"/>
6-
<server name="KERNEL_DIR" value="tests/app"/>
7-
<server name="KERNEL_CLASS" value="TestKernel"/>
8-
</php>
9-
<testsuites>
10-
<testsuite name="php-task Library Test Suite">
11-
<directory>./tests/</directory>
12-
</testsuite>
13-
</testsuites>
14-
<source>
15-
<include>
16-
<directory>./</directory>
17-
</include>
18-
<exclude>
19-
<directory>./vendor</directory>
20-
<directory>./tests</directory>
21-
</exclude>
22-
</source>
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.2/phpunit.xsd"
4+
backupGlobals="false"
5+
colors="true"
6+
bootstrap="tests/bootstrap.php"
7+
cacheDirectory=".phpunit.cache">
8+
<php>
9+
<ini name="error_reporting" value="-1"/>
10+
<ini name="date.timezone" value="UTC"/>
11+
<server name="KERNEL_DIR" value="tests/app"/>
12+
<server name="KERNEL_CLASS" value="TestKernel"/>
13+
</php>
14+
15+
<testsuites>
16+
<testsuite name="php-task Library Test Suite">
17+
<directory>./tests/</directory>
18+
</testsuite>
19+
</testsuites>
20+
21+
<source>
22+
<include>
23+
<directory>./</directory>
24+
</include>
25+
<exclude>
26+
<directory>./vendor</directory>
27+
<directory>./tests</directory>
28+
</exclude>
29+
</source>
2330
</phpunit>

0 commit comments

Comments
 (0)