Beispiel #1
0
 /**
  *
  */
 public function tearDown()
 {
     $path = str_replace('unix://', '', $this->tempSocketAddress());
     if (file_exists($path)) {
         unlink($path);
     }
     parent::tearDown();
 }
Beispiel #2
0
 /**
  *
  */
 public function tearDown()
 {
     $this->destroyMemoryStream();
     parent::tearDown();
 }
 /**
  *
  */
 public function tearDown()
 {
     ini_set('session.serialize_handler', 'php');
     parent::tearDown();
 }
Beispiel #4
0
 /**
  *
  */
 public function tearDown()
 {
     fclose($this->fp);
     parent::tearDown();
 }