Skip to content

Commit

Permalink
Exclude console dir.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Mar 29, 2019
1 parent 5ebdcfd commit 04e6806
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpunit.xml.dist
Expand Up @@ -16,6 +16,9 @@
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src/</directory>
<exclude>
<directory suffix=".php">src/Server/Console</directory>
</exclude>
</whitelist>
</filter>
</phpunit>

0 comments on commit 04e6806

Please sign in to comment.