Phive\Queue\Tests\Handler\PheanstalkHandler::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->pheanstalk = new Pheanstalk($this->getOption('host'), $this->getOption('port'));
    }