summaryrefslogtreecommitdiffstats
path: root/Tests/Http/Session/SessionAuthenticationStrategyTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Http/Session/SessionAuthenticationStrategyTest.php')
-rw-r--r--Tests/Http/Session/SessionAuthenticationStrategyTest.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/Tests/Http/Session/SessionAuthenticationStrategyTest.php b/Tests/Http/Session/SessionAuthenticationStrategyTest.php
index 431a002..d5055eb 100644
--- a/Tests/Http/Session/SessionAuthenticationStrategyTest.php
+++ b/Tests/Http/Session/SessionAuthenticationStrategyTest.php
@@ -15,13 +15,6 @@ use Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy;
class SessionAuthenticationStrategyTest extends \PHPUnit_Framework_TestCase
{
- protected function setUp()
- {
- if (!class_exists('Symfony\Component\HttpFoundation\Request')) {
- $this->markTestSkipped('The "HttpFoundation" component is not available');
- }
- }
-
public function testSessionIsNotChanged()
{
$request = $this->getRequest();