summaryrefslogtreecommitdiffstats
path: root/Tests/Http/EntryPoint/RetryAuthenticationEntryPointTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Http/EntryPoint/RetryAuthenticationEntryPointTest.php')
-rw-r--r--Tests/Http/EntryPoint/RetryAuthenticationEntryPointTest.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/Tests/Http/EntryPoint/RetryAuthenticationEntryPointTest.php b/Tests/Http/EntryPoint/RetryAuthenticationEntryPointTest.php
index 95c73d2..59ec912 100644
--- a/Tests/Http/EntryPoint/RetryAuthenticationEntryPointTest.php
+++ b/Tests/Http/EntryPoint/RetryAuthenticationEntryPointTest.php
@@ -16,13 +16,6 @@ use Symfony\Component\HttpFoundation\Request;
class RetryAuthenticationEntryPointTest extends \PHPUnit_Framework_TestCase
{
- protected function setUp()
- {
- if (!class_exists('Symfony\Component\HttpFoundation\Request')) {
- $this->markTestSkipped('The "HttpFoundation" component is not available');
- }
- }
-
/**
* @dataProvider dataForStart
*/