tearDown() публичный Метод

public tearDown ( )
Пример #1
0
 /**
  *
  */
 public function tearDown()
 {
     $this->listener = null;
     $this->server = null;
     $this->http = null;
     parent::tearDown();
 }
Пример #2
0
 /**
  *
  */
 public function tearDown()
 {
     $this->destroyDirStructure();
     parent::tearDown();
 }
Пример #3
0
 /**
  *
  */
 public function tearDown()
 {
     $this->destroyStream();
     parent::tearDown();
 }
Пример #4
0
 /**
  *
  */
 public function tearDown()
 {
     unset($this->path);
     parent::tearDown();
 }
Пример #5
0
 public function tearDown()
 {
     $local = $this->basePath();
     unlink("{$local}/temp");
     parent::tearDown();
 }