Skip to content

Commit cf38384

Browse files
committed
Migrated phpunit.xml
1 parent 1097f5d commit cf38384

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

phpunit.xml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
5-
colors="true"
6-
>
7-
<testsuites>
8-
<testsuite name="Tests">
9-
<directory>tests/</directory>
10-
</testsuite>
11-
</testsuites>
12-
13-
<coverage>
14-
<include>
15-
<directory suffix=".php">src/</directory>
16-
</include>
17-
</coverage>
18-
</phpunit>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<phpunit
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
5+
colors="true"
6+
>
7+
<testsuites>
8+
<testsuite name="Tests">
9+
<directory>tests/</directory>
10+
</testsuite>
11+
</testsuites>
12+
13+
<source>
14+
<include>
15+
<directory>src/</directory>
16+
</include>
17+
</source>
18+
</phpunit>

0 commit comments

Comments
 (0)