stop() public method

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