Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-08-22 13:49:21 +0300
committerMichal Čihař <michal@cihar.com>2017-08-22 13:49:21 +0300
commit1b5556070a888e309502beca98ca1a55b70a8b82 (patch)
treec071d0112e2226b66db270105150d82160d64259 /phpunit.xml.dist
parent05da7c162c3b2770ca1e30d78c3d04933c24aa0d (diff)
Excude Twig cache from coverage reports
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r--phpunit.xml.dist2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 770a082575..fd00835ceb 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -46,6 +46,8 @@
<directory>vendor/</directory>
<!-- excluding the tests from the coverage -->
<directory>test/</directory>
+ <!-- excluding the twig cache from the coverage -->
+ <directory>cache/</directory>
<!-- examples for users -->
<directory suffix=".php">examples</directory>
</exclude>