Ejemplo n.º 1
0
Archivo: FileTest.php Proyecto: jasny/Q
 /**
  * Cleans up the environment after running a test.
  */
 protected function tearDown()
 {
     $this->cleanup();
     parent::tearDown();
 }
Ejemplo n.º 2
0
Archivo: VarTest.php Proyecto: jasny/Q
 /**
  * Prepares the environment before running a test.
  */
 protected function setUp()
 {
     $this->Cache = new Cache_Var();
     parent::setUp();
 }