Skip to content

Commit 8203604

Browse files
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
2 parents 66ce091 + e9da2fd commit 8203604

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/LegacySecurityContextTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ class LegacySecurityContextTest extends \PHPUnit_Framework_TestCase
2626

2727
protected function setUp()
2828
{
29-
$this->iniSet('error_reporting', -1 & ~E_USER_DEPRECATED);
30-
3129
$this->tokenStorage = $this->getMock('Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface');
3230
$this->authorizationChecker = $this->getMock('Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface');
3331
$this->securityContext = new SecurityContext($this->tokenStorage, $this->authorizationChecker);

0 commit comments

Comments
 (0)