Exemple #1
0
 /**
  * Cleans up the environment after running a test.
  */
 protected function tearDown()
 {
     $this->cleanup();
     parent::tearDown();
 }
Exemple #2
0
 /**
  * Prepares the environment before running a test.
  */
 protected function setUp()
 {
     $this->Cache = new Cache_Var();
     parent::setUp();
 }