From 38a768e3cc53b86ebe8a7774c54fc31c19e32ffa Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Wed, 24 May 2017 18:45:53 +0200 Subject: [PATCH] [Cache] Fix phpunit.xml.dist --- src/Symfony/Component/Cache/phpunit.xml.dist | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Component/Cache/phpunit.xml.dist b/src/Symfony/Component/Cache/phpunit.xml.dist index 19128dcc13..1f409af31c 100644 --- a/src/Symfony/Component/Cache/phpunit.xml.dist +++ b/src/Symfony/Component/Cache/phpunit.xml.dist @@ -33,8 +33,12 @@ - Cache\IntegrationTests - Doctrine\Common\Cache + + + Cache\IntegrationTests + Doctrine\Common\Cache + +