fixed bad merge

This commit is contained in:
Fabien Potencier 2016-05-09 14:39:01 -05:00
parent 60bf201eba
commit 9a0e29991d
1 changed files with 0 additions and 2 deletions

View File

@ -103,8 +103,6 @@ class WebProfilerExtensionTest extends TestCase
$this->assertSame($listenerEnabled, $this->container->get('web_profiler.debug_toolbar')->isEnabled());
}
$this->assertSame($enabled, $this->container->get('web_profiler.debug_toolbar')->isEnabled());
$this->assertSaneContainer($this->getDumpedContainer());
}