Skip to content

Commit

Permalink
add code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rpWhittington committed Aug 15, 2018
1 parent 00655aa commit 3390c65
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<phpunit bootstrap="Tests/Bootstrap.php"
backupGlobals="false"
backupStaticAttributes="false"
forceCoversAnnotation="true"
beStrictAboutCoversAnnotation="true"
beStrictAboutOutputDuringTests="true"
forceCoversAnnotation="false"
beStrictAboutCoversAnnotation="false"
beStrictAboutOutputDuringTests="false"
beStrictAboutTodoAnnotatedTests="true"
verbose="true">

Expand All @@ -22,11 +22,11 @@
<directory suffix=".php">./</directory>
<exclude>
<directory suffix=".php">Tests</directory>
<directory suffix=".php">Component/Library</directory>
</exclude>
</whitelist>
</filter>

<php>
<env name="TEST_ENV" value="unit"/>
</php>
<logging>
<log type="coverage-text" target="php://stdout"/>
</logging>
</phpunit>

0 comments on commit 3390c65

Please sign in to comment.