From a0bceb43c9127912675fe4d72d3bae121281df3e Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Sun, 17 May 2015 17:10:29 -0400 Subject: [PATCH] adding Guard tests --- src/Symfony/Component/Security/phpunit.xml.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Component/Security/phpunit.xml.dist b/src/Symfony/Component/Security/phpunit.xml.dist index 7747b371c1..c0dbb2d299 100644 --- a/src/Symfony/Component/Security/phpunit.xml.dist +++ b/src/Symfony/Component/Security/phpunit.xml.dist @@ -15,6 +15,7 @@ ./Acl/Tests/ ./Core/Tests/ ./Http/Tests/ + ./Guard/Tests/