diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2016-09-06 12:55:00 +0200 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2016-09-06 12:55:00 +0200 |
commit | 938d17d92b5292b88617de3148b7e3b39ed5bb08 (patch) | |
tree | c1693865f0ac8f9d63de32efc2edae70520378df /Http/Tests/Firewall | |
parent | cc1acd8d76c84b8bddbf0ad884954ba0523e5c7d (diff) | |
parent | b271c97b4345e8d2a488868b2acec152caa451c1 (diff) | |
download | symfony-security-938d17d92b5292b88617de3148b7e3b39ed5bb08.zip symfony-security-938d17d92b5292b88617de3148b7e3b39ed5bb08.tar.gz symfony-security-938d17d92b5292b88617de3148b7e3b39ed5bb08.tar.bz2 |
Merge branch '2.7' into 2.8
* 2.7:
[FrameworkBundle] Check for class existence before is_subclass_of
Update GroupSequence.php
Code enhancement and cleanup
[DI] Add anti-regression test
Revert "minor #19689 [DI] Cleanup array_key_exists (ro0NL)"
[BrowserKit] Fix cookie expiration on 32 bit systems
bumped Symfony version to 2.7.18
updated VERSION for 2.7.17
update CONTRIBUTORS for 2.7.17
updated CHANGELOG for 2.7.17
Update misleading comment about RFC4627
Diffstat (limited to 'Http/Tests/Firewall')
-rw-r--r-- | Http/Tests/Firewall/RememberMeListenerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/Tests/Firewall/RememberMeListenerTest.php b/Http/Tests/Firewall/RememberMeListenerTest.php index 7309042..cd2f1b8 100644 --- a/Http/Tests/Firewall/RememberMeListenerTest.php +++ b/Http/Tests/Firewall/RememberMeListenerTest.php @@ -101,7 +101,7 @@ class RememberMeListenerTest extends \PHPUnit_Framework_TestCase } /** - * @expectedException Symfony\Component\Security\Core\Exception\AuthenticationException + * @expectedException \Symfony\Component\Security\Core\Exception\AuthenticationException * @expectedExceptionMessage Authentication failed. */ public function testOnCoreSecurityIgnoresAuthenticationOptionallyRethrowsExceptionThrownAuthenticationManagerImplementation() |