示例#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();
 }