/**
  * The tear down method that is executed after all tests in this class.
  */
 protected function tearDown()
 {
     unlink($this->shared_file);
     $this->server->stop();
 }