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 a4e3bb2 commit e9da2fdCopy full SHA for e9da2fd
Tests/LegacySecurityContextTest.php
@@ -26,8 +26,6 @@ class LegacySecurityContextTest extends \PHPUnit_Framework_TestCase
26
27
protected function setUp()
28
{
29
- $this->iniSet('error_reporting', -1 & ~E_USER_DEPRECATED);
30
-
31
$this->tokenStorage = $this->getMock('Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface');
32
$this->authorizationChecker = $this->getMock('Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface');
33
$this->securityContext = new SecurityContext($this->tokenStorage, $this->authorizationChecker);
0 commit comments