From 90b5dca192f192b848f9175e6db000ca5c7959e4 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Thu, 8 Aug 2019 08:38:57 +0200 Subject: [PATCH] remove wrongly added legacy group from test This was missed to be removed when tests from the legacy implementation where copied from the Security component. --- .../Ldap/Tests/Security/{User => }/LdapUserProviderTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename src/Symfony/Component/Ldap/Tests/Security/{User => }/LdapUserProviderTest.php (99%) diff --git a/src/Symfony/Component/Ldap/Tests/Security/User/LdapUserProviderTest.php b/src/Symfony/Component/Ldap/Tests/Security/LdapUserProviderTest.php similarity index 99% rename from src/Symfony/Component/Ldap/Tests/Security/User/LdapUserProviderTest.php rename to src/Symfony/Component/Ldap/Tests/Security/LdapUserProviderTest.php index eda39c43aa..8d0a7a3517 100644 --- a/src/Symfony/Component/Ldap/Tests/Security/User/LdapUserProviderTest.php +++ b/src/Symfony/Component/Ldap/Tests/Security/LdapUserProviderTest.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Ldap\Tests\Security\User; +namespace Symfony\Component\Ldap\Tests\Security; use PHPUnit\Framework\TestCase; use Symfony\Component\Ldap\Adapter\CollectionInterface; @@ -21,7 +21,6 @@ use Symfony\Component\Ldap\Security\LdapUser; use Symfony\Component\Ldap\Security\LdapUserProvider; /** - * @group legacy * @requires extension ldap */ class LdapUserProviderTest extends TestCase