Skip to content

Commit

Permalink
[2.3] Remove useless tests skips
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Jan 3, 2015
1 parent aabd73b commit 49d3432
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Tests/ContainerAwareEventDispatcherTest.php
Expand Up @@ -19,13 +19,6 @@

class ContainerAwareEventDispatcherTest extends \PHPUnit_Framework_TestCase
{
protected function setUp()
{
if (!class_exists('Symfony\Component\DependencyInjection\Container')) {
$this->markTestSkipped('The "DependencyInjection" component is not available');
}
}

public function testAddAListenerService()
{
$event = new Event();
Expand Down

0 comments on commit 49d3432

Please sign in to comment.