File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class AuthorizationCheckerTest extends \PHPUnit_Framework_TestCase
2121 private $ authorizationChecker ;
2222 private $ tokenStorage ;
2323
24- public function setUp ()
24+ protected function setUp ()
2525 {
2626 $ this ->authenticationManager = $ this ->getMock ('Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface ' );
2727 $ this ->accessDecisionManager = $ this ->getMock ('Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface ' );
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class SecurityContextTest extends \PHPUnit_Framework_TestCase
2121 private $ authorizationChecker ;
2222 private $ securityContext ;
2323
24- public function setUp ()
24+ protected function setUp ()
2525 {
2626 $ this ->tokenStorage = $ this ->getMock ('Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface ' );
2727 $ this ->authorizationChecker = $ this ->getMock ('Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface ' );
You can’t perform that action at this time.
0 commit comments