Skip to content

Commit eb59785

Browse files
Merge branch '4.4'
* 4.4: [Security/Http] fix typo in deprecation message [Security] Deprecate isGranted()/decide() on more than one attribute Fixed a minor typo in the UPGRADE to 5.0 guide Various tweaks 3.4 Various tweaks 4.3 [Security] Make stateful firewalls turn responses private only when needed [PhpUnit] Fix usleep mock return value Revert \"feature #33507 [WebProfiler] Deprecated intercept_redirects in 4.4 (dorumd)\" [TwigBundle] typo [TwigBundle] fix test case [Lock] use Predis\ClientInterface instead of Predis\Client Allow Twig 3 Minor tweaks Fix version typo in deprecation notice [Form][SubmitType] Add "validate" option hint to the --parse-tags when parsing tags fails Make legacy "wrong" RFC2047 encoding apply only to one header
2 parents 057f667 + 4580a8c commit eb59785

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Tests/Adapter/ExtLdap/AdapterTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\Component\Ldap\Tests;
12+
namespace Symfony\Component\Ldap\Tests\Adapter\ExtLdap;
1313

1414
use Symfony\Component\Ldap\Adapter\ExtLdap\Adapter;
1515
use Symfony\Component\Ldap\Adapter\ExtLdap\Collection;
@@ -18,6 +18,7 @@
1818
use Symfony\Component\Ldap\Exception\LdapException;
1919
use Symfony\Component\Ldap\Exception\NotBoundException;
2020
use Symfony\Component\Ldap\LdapInterface;
21+
use Symfony\Component\Ldap\Tests\LdapTestCase;
2122

2223
/**
2324
* @requires extension ldap

Tests/Adapter/ExtLdap/LdapManagerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\Component\Ldap\Tests;
12+
namespace Symfony\Component\Ldap\Tests\Adapter\ExtLdap;
1313

1414
use Symfony\Component\Ldap\Adapter\ExtLdap\Adapter;
1515
use Symfony\Component\Ldap\Adapter\ExtLdap\Collection;
@@ -19,6 +19,7 @@
1919
use Symfony\Component\Ldap\Exception\LdapException;
2020
use Symfony\Component\Ldap\Exception\NotBoundException;
2121
use Symfony\Component\Ldap\Exception\UpdateOperationException;
22+
use Symfony\Component\Ldap\Tests\LdapTestCase;
2223

2324
/**
2425
* @requires extension ldap

0 commit comments

Comments
 (0)