Skip to content

Commit 1abc3f6

Browse files
[PhpUnitBridge] Enforce @-silencing of deprecation notices according to new policy
1 parent 7c41f9b commit 1abc3f6

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)