summaryrefslogtreecommitdiffstats
path: root/Tests/Http/Session
diff options
context:
space:
mode:
authorNicolas Grekas <nicolas.grekas@gmail.com>2015-01-03 10:53:32 +0100
committerNicolas Grekas <nicolas.grekas@gmail.com>2015-01-03 14:14:51 +0100
commit58c7534305b398ab5752798ef5eb9f0e91cfc034 (patch)
tree3aea523ba5f5224dec2b47461383e0ed09291ab0 /Tests/Http/Session
parentdead14b986e2a74afcababb9f1a8807af8f94d41 (diff)
downloadsymfony-security-58c7534305b398ab5752798ef5eb9f0e91cfc034.zip
symfony-security-58c7534305b398ab5752798ef5eb9f0e91cfc034.tar.gz
symfony-security-58c7534305b398ab5752798ef5eb9f0e91cfc034.tar.bz2
[2.3] Remove useless tests skips
Diffstat (limited to 'Tests/Http/Session')
-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();