From 1b5556070a888e309502beca98ca1a55b70a8b82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 22 Aug 2017 12:49:21 +0200 Subject: [PATCH] Excude Twig cache from coverage reports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- phpunit.xml.dist | 2 ++ 1 file changed, 2 insertions(+) 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 @@ vendor/ test/ + + cache/ examples