Skip to content
This repository was archived by the owner on Jun 11, 2020. It is now read-only.

Commit 2fb6858

Browse files
committed
format some files
1 parent 0cbf51c commit 2fb6858

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

phpunit.xml.dist

+10-10
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
convertWarningsToExceptions="true"
1010
stopOnFailure="false"
1111
>
12-
<testsuites>
13-
<testsuite name="Php Library Test Suite">
14-
<directory>test/</directory>
15-
</testsuite>
16-
</testsuites>
12+
<testsuites>
13+
<testsuite name="Php Library Test Suite">
14+
<directory>test/</directory>
15+
</testsuite>
16+
</testsuites>
1717

18-
<filter>
19-
<whitelist>
20-
<directory suffix=".php">src</directory>
21-
</whitelist>
22-
</filter>
18+
<filter>
19+
<whitelist>
20+
<directory suffix=".php">src</directory>
21+
</whitelist>
22+
</filter>
2323
</phpunit>

0 commit comments

Comments
 (0)