Skip to content

Commit 85009c8

Browse files
Merge branch '4.4' into 5.0
* 4.4: [Routing] fix tests [Form] group constraints when calling the validator Remove wrong @group legacy annotations [DependencyInjection] Fix dumping multiple deprecated aliases allow button names to start with uppercase letter States that the HttpClient provides a Http Async implementation
2 parents 0181f5c + 312c91f commit 85009c8

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Tests/Authentication/Provider/DaoAuthenticationProviderTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323

2424
class DaoAuthenticationProviderTest extends TestCase
2525
{
26-
/**
27-
* @group legacy
28-
*/
2926
public function testRetrieveUserWhenProviderDoesNotReturnAnUserInterface()
3027
{
3128
$this->expectException('Symfony\Component\Security\Core\Exception\AuthenticationServiceException');

Tests/Authentication/Provider/UserAuthenticationProviderTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ public function testAuthenticateWhenUsernameIsNotFoundAndHideIsTrue()
6161
$provider->authenticate($this->getSupportedToken());
6262
}
6363

64-
/**
65-
* @group legacy
66-
*/
6764
public function testAuthenticateWhenProviderDoesNotReturnAnUserInterface()
6865
{
6966
$this->expectException('Symfony\Component\Security\Core\Exception\AuthenticationServiceException');

0 commit comments

Comments
 (0)