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

getSocketMock() protected method

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