diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-11-29 17:07:42 +0100 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-11-29 17:07:42 +0100 |
commit | 713b72a42fc3a5d8bdc75dccda9959c7bb331486 (patch) | |
tree | faa2b7dd8f16f0cdcabe3fabf644cbafb3d7acab /Core/Tests/Authentication | |
parent | 7527b6d29bb915497f5bd37e390420231b836fc3 (diff) | |
download | symfony-security-713b72a42fc3a5d8bdc75dccda9959c7bb331486.zip symfony-security-713b72a42fc3a5d8bdc75dccda9959c7bb331486.tar.gz symfony-security-713b72a42fc3a5d8bdc75dccda9959c7bb331486.tar.bz2 |
[Bridge/Doctrine+Ldap] Fix tests
Diffstat (limited to 'Core/Tests/Authentication')
-rw-r--r-- | Core/Tests/Authentication/Provider/LdapBindAuthenticationProviderTest.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Core/Tests/Authentication/Provider/LdapBindAuthenticationProviderTest.php b/Core/Tests/Authentication/Provider/LdapBindAuthenticationProviderTest.php index f1b5c03..844bcef 100644 --- a/Core/Tests/Authentication/Provider/LdapBindAuthenticationProviderTest.php +++ b/Core/Tests/Authentication/Provider/LdapBindAuthenticationProviderTest.php @@ -16,6 +16,9 @@ use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken; use Symfony\Component\Security\Core\User\User; use Symfony\Component\Ldap\Exception\ConnectionException; +/** + * @requires extension ldap + */ class LdapBindAuthenticationProviderTest extends \PHPUnit_Framework_TestCase { /** |