Skip to content

Commit

Permalink
Update PHPUnit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
oanhnn committed Sep 7, 2019
1 parent 651daa7 commit cfd287e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
processIsolation="false"
stopOnError="false"
stopOnFailure="false"
syntaxCheck="true"
verbose="true"
>
<php>
Expand All @@ -26,9 +25,6 @@

<!-- Ignore vendor tests in code coverage reports -->
<filter>
<blacklist>
<directory suffix=".php">vendor</directory>
</blacklist>
<whitelist>
<directory suffix=".php">src</directory>
</whitelist>
Expand Down

0 comments on commit cfd287e

Please sign in to comment.