summaryrefslogtreecommitdiffstats
path: root/Tests/Http/FirewallMapTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Http/FirewallMapTest.php')
-rw-r--r--Tests/Http/FirewallMapTest.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/Tests/Http/FirewallMapTest.php b/Tests/Http/FirewallMapTest.php
index c7f13e1..5d3a72a 100644
--- a/Tests/Http/FirewallMapTest.php
+++ b/Tests/Http/FirewallMapTest.php
@@ -16,17 +16,6 @@ use Symfony\Component\HttpFoundation\Request;
class FirewallMapTest extends \PHPUnit_Framework_TestCase
{
- protected function setUp()
- {
- if (!class_exists('Symfony\Component\EventDispatcher\EventDispatcher')) {
- $this->markTestSkipped('The "EventDispatcher" component is not available');
- }
-
- if (!class_exists('Symfony\Component\HttpFoundation\Request')) {
- $this->markTestSkipped('The "HttpFoundation" component is not available');
- }
- }
-
public function testGetListeners()
{
$map = new FirewallMap();