From 32b0b64d2d0042ec61ee393a87c52b9a6fcbd47f Mon Sep 17 00:00:00 2001 From: Johannes Schmitt Date: Mon, 14 Feb 2011 21:44:46 +0100 Subject: [PATCH] [Security] fixed AbstractFactory test --- .../DependencyInjection/Security/Factory/AbstractFactoryTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/AbstractFactoryTest.php b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/AbstractFactoryTest.php index c412ce0e30..2ad429c42a 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/AbstractFactoryTest.php +++ b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/AbstractFactoryTest.php @@ -32,7 +32,6 @@ class AbstractFactoryTest extends \PHPUnit_Framework_TestCase // auth provider $this->assertEquals('auth_provider', $authProviderId); - $this->assertEquals(array('security.authentication_provider' => array(array())), $container->getDefinition('auth_provider')->getTags()); // listener $this->assertEquals('abstract_listener.foo', $listenerId);