Update phpunit config to exclude tests from coverage report.
This commit is contained in:
@@ -3,4 +3,8 @@
|
|||||||
<testsuite name="Mustache">
|
<testsuite name="Mustache">
|
||||||
<directory>./</directory>
|
<directory>./</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
|
<blacklist>
|
||||||
|
<directory suffix=".php">../examples</directory>
|
||||||
|
<directory suffix=".php">./</directory>
|
||||||
|
</blacklist>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
Reference in New Issue
Block a user