clean() public method

public clean ( )
 public function setUp()
 {
     $this->matches = new MatcherFactory();
     $this->builder = new MockBuilder($this->matches, new ExtractorFactory());
     $this->server = new Server(HTTP_MOCK_PORT, HTTP_MOCK_HOST);
     $this->server->start();
     $this->server->clean();
 }
Ejemplo n.º 2
0
 public function setUp()
 {
     static::$server1->clean();
     $this->client = static::$server1->getClient();
 }