diff options
Diffstat (limited to 'Core/Tests/User/LdapUserProviderTest.php')
-rw-r--r-- | Core/Tests/User/LdapUserProviderTest.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Core/Tests/User/LdapUserProviderTest.php b/Core/Tests/User/LdapUserProviderTest.php index f56648b..9b126e9 100644 --- a/Core/Tests/User/LdapUserProviderTest.php +++ b/Core/Tests/User/LdapUserProviderTest.php @@ -14,6 +14,9 @@ namespace Symfony\Component\Security\Core\Tests\User; use Symfony\Component\Security\Core\User\LdapUserProvider; use Symfony\Component\Ldap\Exception\ConnectionException; +/** + * @requires extension ldap + */ class LdapUserProviderTest extends \PHPUnit_Framework_TestCase { /** |