remove unused code

This commit is contained in:
Nicolas Le Goff
2011-12-30 14:29:40 +01:00
parent 010724d86b
commit 654608c35a

View File

@@ -994,8 +994,6 @@ abstract class PhraseanetPHPUnitAbstract extends WebTestCase
public function tearDown() public function tearDown()
{ {
$em = self::$core->getEntityManager();
parent::tearDown(); parent::tearDown();
} }