InterNations\Component\HttpMock\PHPUnit\HttpMockFacade::__construct PHP Method

__construct() public method

public __construct ( $port, $host, $basePath )
    public function __construct($port, $host, $basePath)
    {
        $server = new Server($port, $host);
        $server->start();
        $this->services['server'] = $server;
        $this->basePath = $basePath;
    }