We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b727e commit 929bd27Copy full SHA for 929bd27
phpunit.xml.dist
@@ -9,15 +9,15 @@
9
convertWarningsToExceptions="true"
10
stopOnFailure="false"
11
>
12
- <testsuites>
13
- <testsuite name="Php Library Test Suite">
14
- <directory>test/</directory>
15
- </testsuite>
16
- </testsuites>
+ <testsuites>
+ <testsuite name="Php Library Test Suite">
+ <directory>test/</directory>
+ </testsuite>
+ </testsuites>
17
18
- <filter>
19
- <whitelist>
20
- <directory suffix=".php">src</directory>
21
- </whitelist>
22
- </filter>
+ <filter>
+ <whitelist>
+ <directory suffix=".php">src</directory>
+ </whitelist>
+ </filter>
23
</phpunit>
0 commit comments