diff options
Diffstat (limited to 'Tests/Core/Authentication/Voter/AbstractVoterTest.php')
-rw-r--r-- | Tests/Core/Authentication/Voter/AbstractVoterTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Core/Authentication/Voter/AbstractVoterTest.php b/Tests/Core/Authentication/Voter/AbstractVoterTest.php index 955b610..c5e9466 100644 --- a/Tests/Core/Authentication/Voter/AbstractVoterTest.php +++ b/Tests/Core/Authentication/Voter/AbstractVoterTest.php @@ -25,7 +25,7 @@ class AbstractVoterTest extends \PHPUnit_Framework_TestCase private $token; - public function setUp() + protected function setUp() { $this->voter = new VoterFixture(); |