Skip to content

Commit d64c66b

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 c355cd1 + 1abc3f6 commit d64c66b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/DataCollector/SecurityDataCollectorTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ public function testCollectWhenAuthenticationTokenIsNull()
4545
*/
4646
public function testLegacyCollectWhenAuthenticationTokenIsNull()
4747
{
48-
$this->iniSet('error_reporting', -1 & ~E_USER_DEPRECATED);
49-
5048
$tokenStorage = $this->getMock('Symfony\Component\Security\Core\SecurityContextInterface');
5149
$collector = new SecurityDataCollector($tokenStorage, $this->getRoleHierarchy());
5250
$collector->collect($this->getRequest(), $this->getResponse());

0 commit comments

Comments
 (0)