コード例 #1
0
ファイル: GacelaTest.php プロジェクト: energylab/gacela
 /**
  * Tears down the fixture, for example, closes a network connection.
  * This method is called after a test is executed.
  */
 protected function tearDown()
 {
     \Gacela\Gacela::reset();
     if (is_object($this->memcache)) {
         $this->memcache->flush();
     }
 }
コード例 #2
0
ファイル: TestCase.php プロジェクト: energylab/gacela
 public static function tearDownAfterClass()
 {
     \Gacela\Gacela::reset();
 }
コード例 #3
0
ファイル: DataSourceTest.php プロジェクト: energylab/gacela
 protected function tearDown()
 {
     \Gacela\Gacela::reset();
 }