예제 #1
0
파일: FileTest.php 프로젝트: jasny/Q
 /**
  * Cleans up the environment after running a test.
  */
 protected function tearDown()
 {
     $this->cleanup();
     parent::tearDown();
 }
예제 #2
0
파일: VarTest.php 프로젝트: jasny/Q
 /**
  * Prepares the environment before running a test.
  */
 protected function setUp()
 {
     $this->Cache = new Cache_Var();
     parent::setUp();
 }