summaryrefslogtreecommitdiffstats
path: root/Core/Tests/SecurityContextTest.php
diff options
context:
space:
mode:
authorsarah khalil <mkhalil.sarah@gmail.com>2015-03-11 19:44:00 +0100
committersarah khalil <mkhalil.sarah@gmail.com>2015-03-13 10:50:03 +0100
commit13610c5f6e929d99c9b7f518f545721321b0227a (patch)
treeaf88bea730bbe716728d742a09ace8c97343c869 /Core/Tests/SecurityContextTest.php
parent79b93b26ebf03b69df71bdeb51ec78811dcda90a (diff)
downloadsymfony-security-13610c5f6e929d99c9b7f518f545721321b0227a.zip
symfony-security-13610c5f6e929d99c9b7f518f545721321b0227a.tar.gz
symfony-security-13610c5f6e929d99c9b7f518f545721321b0227a.tar.bz2
Changed visibility of setUp() and tearDown to protected
Diffstat (limited to 'Core/Tests/SecurityContextTest.php')
-rw-r--r--Core/Tests/SecurityContextTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Tests/SecurityContextTest.php b/Core/Tests/SecurityContextTest.php
index 886c596..bcf9ad9 100644
--- a/Core/Tests/SecurityContextTest.php
+++ b/Core/Tests/SecurityContextTest.php
@@ -21,7 +21,7 @@ class SecurityContextTest extends \PHPUnit_Framework_TestCase
private $authorizationChecker;
private $securityContext;
- public function setUp()
+ protected function setUp()
{
$this->tokenStorage = $this->getMock('Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface');
$this->authorizationChecker = $this->getMock('Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface');