diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-06-19 17:09:14 +0200 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-06-19 17:09:14 +0200 |
commit | c839c1382bfd96b6a356a2e9498bf5bd1ff775c1 (patch) | |
tree | 851660e149b7933643fc015a17b5a4d072861241 /Core/Tests/LegacySecurityContextTest.php | |
parent | e92b6d4fee8cb5a22a33230897153bf290b3c4c9 (diff) | |
parent | a98ce20e9fe75a27039c6a52b9e9ca96aeb71aff (diff) | |
download | symfony-security-c839c1382bfd96b6a356a2e9498bf5bd1ff775c1.zip symfony-security-c839c1382bfd96b6a356a2e9498bf5bd1ff775c1.tar.gz symfony-security-c839c1382bfd96b6a356a2e9498bf5bd1ff775c1.tar.bz2 |
Merge branch '2.7' into 2.8
* 2.7:
[FrameworkBundle] Reuse PropertyAccessor service for ObjectNormalizer
[VarDumper] Fix dump output for better readability
[PhpUnitBridge] Enforce @-silencing of deprecation notices according to new policy
Diffstat (limited to 'Core/Tests/LegacySecurityContextTest.php')
-rw-r--r-- | Core/Tests/LegacySecurityContextTest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Core/Tests/LegacySecurityContextTest.php b/Core/Tests/LegacySecurityContextTest.php index f1f7861..c5da22d 100644 --- a/Core/Tests/LegacySecurityContextTest.php +++ b/Core/Tests/LegacySecurityContextTest.php @@ -26,8 +26,6 @@ class LegacySecurityContextTest extends \PHPUnit_Framework_TestCase protected function setUp() { - $this->iniSet('error_reporting', -1 & ~E_USER_DEPRECATED); - $this->tokenStorage = $this->getMock('Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface'); $this->authorizationChecker = $this->getMock('Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface'); $this->securityContext = new SecurityContext($this->tokenStorage, $this->authorizationChecker); |