Skip to content

Commit

Permalink
format some files
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Jan 4, 2019
1 parent af34fc0 commit f8cb22c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
convertWarningsToExceptions="true"
stopOnFailure="false"
>
<testsuites>
<testsuite name="Php Library Test Suite">
<directory>test/</directory>
</testsuite>
</testsuites>
<testsuites>
<testsuite name="Php Library Test Suite">
<directory>test/</directory>
</testsuite>
</testsuites>

<filter>
<whitelist>
<directory suffix=".php">src</directory>
</whitelist>
</filter>
<filter>
<whitelist>
<directory suffix=".php">src</directory>
</whitelist>
</filter>
</phpunit>

0 comments on commit f8cb22c

Please sign in to comment.