Phive\Queue\Tests\Handler\Handler::__construct PHP Method

__construct() public method

public __construct ( $options = null )
    public function __construct($options = null)
    {
        $this->options = (array) $options;
        $this->configure();
    }