diff --git a/Security/HttpBasicPreAuthenticatedFactory.php b/DependencyInjection/Security/HttpBasicPreAuthenticatedFactory.php similarity index 97% rename from Security/HttpBasicPreAuthenticatedFactory.php rename to DependencyInjection/Security/HttpBasicPreAuthenticatedFactory.php index d012c9b..f5068c2 100644 --- a/Security/HttpBasicPreAuthenticatedFactory.php +++ b/DependencyInjection/Security/HttpBasicPreAuthenticatedFactory.php @@ -1,6 +1,6 @@ getMock('Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface'); // Load "security.authentication.listener.basic_pre_auth.class" parameter from ldap.xml - $loader = new XmlFileLoader($container, new FileLocator(__DIR__.'/../../Resources/config')); + $loader = new XmlFileLoader($container, new FileLocator(__DIR__.'/../../../Resources/config')); $loader->load('ldap.xml'); list($provider, $listenerId, $returnedDefaultEntryPoint) = $factory->create($container, rand(), array(), $userProvider, $defaultEntryPoint);