/**
  * @see \PHPUnit_Framework_TestCase::tearDown()
  */
 protected function tearDown()
 {
     $this->entityManager->getConnection()->rollback();
     // Shutdown the kernel.
     $this->kernel->shutdown();
     parent::tearDown();
 }
 /**
  */
 public function tearDown()
 {
     $this->kernel->shutdown();
     parent::tearDown();
     //        $this->em->close();
 }
 public function tearDown()
 {
     // Shutdown the kernel.
     $this->myKernel->shutdown();
     parent::tearDown();
 }
 /**
  * @return null
  */
 public function tearDown()
 {
     $this->kernel->shutdown();
     parent::tearDown();
 }