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.
This commit is contained in:
Christian Flothmann 2019-08-08 08:38:57 +02:00
parent 700167e626
commit 90b5dca192

View File

@ -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