We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c41f9b commit 1abc3f6Copy full SHA for 1abc3f6
Tests/DataCollector/SecurityDataCollectorTest.php
@@ -45,8 +45,6 @@ public function testCollectWhenAuthenticationTokenIsNull()
45
*/
46
public function testLegacyCollectWhenAuthenticationTokenIsNull()
47
{
48
- $this->iniSet('error_reporting', -1 & ~E_USER_DEPRECATED);
49
-
50
$tokenStorage = $this->getMock('Symfony\Component\Security\Core\SecurityContextInterface');
51
$collector = new SecurityDataCollector($tokenStorage, $this->getRoleHierarchy());
52
$collector->collect($this->getRequest(), $this->getResponse());
0 commit comments