Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Commit

Permalink
更新单元测试的覆盖率范围 #3249
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Feb 1, 2018
1 parent b8e17eb commit f092e14
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<phpunit backupGlobals="false"
colors="true"
stderr="true"
bootstrap="vendor/miaoxing/plugin/tests/bootstrap.php"
>

Expand All @@ -14,7 +15,11 @@
<filter>
<whitelist>
<directory>src</directory>
<directory>resource</directory>
<directory>resources</directory>
<exclude>
<directory>src/Lib</directory>
<directory>src/Migration</directory>
</exclude>
</whitelist>
</filter>
</phpunit>

0 comments on commit f092e14

Please sign in to comment.