exclude tests directory from coverage
This commit is contained in:
parent
7d31d9d165
commit
821c17d9e3
1 changed files with 8 additions and 0 deletions
8
tests/phpunit.xml
Normal file
8
tests/phpunit.xml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<phpunit>
|
||||||
|
<filter>
|
||||||
|
<blacklist>
|
||||||
|
<directory suffix=".php">.</directory>
|
||||||
|
</blacklist>
|
||||||
|
</filter>
|
||||||
|
</phpunit>
|
Loading…
Reference in a new issue