Exemplo n.º 1
0
 /**
  * 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();
     }
 }
Exemplo n.º 2
0
 public static function tearDownAfterClass()
 {
     \Gacela\Gacela::reset();
 }
Exemplo n.º 3
0
 protected function tearDown()
 {
     \Gacela\Gacela::reset();
 }