示例#1
0
文件: FifoTest.php 项目: jasny/Q
 /**
  * Cleans up the environment after running a test.
  */
 protected function tearDown()
 {
     $this->cleanup($this->file);
     parent::tearDown();
 }
示例#2
0
文件: SocketTest.php 项目: jasny/Q
 /**
  * Cleans up the environment after running a test.
  */
 protected function tearDown()
 {
     fclose($this->socket);
     $this->cleanup($this->file);
     parent::tearDown();
 }