Skip to content

Commit 79e4c9b

Browse files
Merge branch '3.4' into 4.3
* 3.4: (21 commits) [SecurityBundle] fix return type declarations [BrowserKit] fix return type declarations [PropertyInfo] fix return type declarations [Bridge/Doctrine] fix return type declarations [Form] fix return type declarations [Console] fix return type declarations [Intl] fix return type declarations [Templating] fix return type declarations [DomCrawler] fix return type declarations [Validator] fix return type declarations [Process] fix return type declarations [Workflow] fix return type declarations [Cache] fix return type declarations [Serializer] fix return type declarations [Translation] fix return type declarations [DI] fix return type declarations [Config] fix return type declarations [HttpKernel] Fix return type declarations [Security] Fix return type declarations [Routing] Fix return type declarations ...
2 parents d257dcd + 8ff376b commit 79e4c9b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Tests/Authentication/Provider/DaoAuthenticationProviderTest.php

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

1919
class DaoAuthenticationProviderTest extends TestCase
2020
{
21+
/**
22+
* @group legacy
23+
*/
2124
public function testRetrieveUserWhenProviderDoesNotReturnAnUserInterface()
2225
{
2326
$this->expectException('Symfony\Component\Security\Core\Exception\AuthenticationServiceException');

Tests/Authentication/Provider/UserAuthenticationProviderTest.php

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

65+
/**
66+
* @group legacy
67+
*/
6568
public function testAuthenticateWhenProviderDoesNotReturnAnUserInterface()
6669
{
6770
$this->expectException('Symfony\Component\Security\Core\Exception\AuthenticationServiceException');

0 commit comments

Comments
 (0)