summaryrefslogtreecommitdiffstats
path: root/Http
diff options
context:
space:
mode:
authorNicolas Grekas <nicolas.grekas@gmail.com>2016-09-06 13:01:47 +0200
committerNicolas Grekas <nicolas.grekas@gmail.com>2016-09-06 13:02:40 +0200
commite6b53bf6ec4ae92d13bce9a1da994b65ca9b3f04 (patch)
tree28ae7032c359264dc614303b91ca4d2f8148b21e /Http
parent1e647f605f41c2d7a29be9e38365adf85b68b1c9 (diff)
parent938d17d92b5292b88617de3148b7e3b39ed5bb08 (diff)
downloadsymfony-security-e6b53bf6ec4ae92d13bce9a1da994b65ca9b3f04.zip
symfony-security-e6b53bf6ec4ae92d13bce9a1da994b65ca9b3f04.tar.gz
symfony-security-e6b53bf6ec4ae92d13bce9a1da994b65ca9b3f04.tar.bz2
Merge branch '2.8' into 3.1
* 2.8: [FrameworkBundle] Check for class existence before is_subclass_of Update GroupSequence.php Code enhancement and cleanup [Form] Fix transformer tests after the ICU update [DI] Add anti-regression test Revert "minor #19689 [DI] Cleanup array_key_exists (ro0NL)" bumped Symfony version to 2.8.11 updated VERSION for 2.8.10 updated CHANGELOG for 2.8.10 [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')
-rw-r--r--Http/Tests/Firewall/RememberMeListenerTest.php2
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()