M6Web\Bundle\PhpProcessManagerBundle\Tests\Units\Command\HttpProcessCommand::getHttpServerMock PHP Method

getHttpServerMock() protected method

protected getHttpServerMock ( )
    protected function getHttpServerMock()
    {
        $this->mockGenerator->orphanize('__construct');
        $this->mockGenerator->shuntParentClassCalls();
        return new \mock\React\Http\Server();
    }