コード例 #1
0
 /**
  * @see \PHPUnit_Framework_TestCase::tearDown()
  */
 protected function tearDown()
 {
     $this->entityManager->getConnection()->rollback();
     // Shutdown the kernel.
     $this->kernel->shutdown();
     parent::tearDown();
 }
コード例 #2
0
 /**
  */
 public function tearDown()
 {
     $this->kernel->shutdown();
     parent::tearDown();
     //        $this->em->close();
 }
コード例 #3
0
 public function tearDown()
 {
     // Shutdown the kernel.
     $this->myKernel->shutdown();
     parent::tearDown();
 }
コード例 #4
0
ファイル: KernelAwareTest.php プロジェクト: sparrowDom/pigapi
 /**
  * @return null
  */
 public function tearDown()
 {
     $this->kernel->shutdown();
     parent::tearDown();
 }