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