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

Commit 805a66a

Browse files
committed
format some files
1 parent 34194fd commit 805a66a

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
@@ -10,15 +10,15 @@
1010
stopOnFailure="false"
1111

1212
>
13-
<testsuites>
14-
<testsuite name="Php Library Test Suite">
15-
<directory>test</directory>
16-
</testsuite>
17-
</testsuites>
13+
<testsuites>
14+
<testsuite name="Php Library Test Suite">
15+
<directory>test</directory>
16+
</testsuite>
17+
</testsuites>
1818

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

0 commit comments

Comments
 (0)