Neos\Flow\Tests\Unit\Validation\Validator\AbstractValidatorTestcase::getValidator PHP Method

getValidator() protected method

protected getValidator ( $options = [] )
    protected function getValidator($options = [])
    {
        return $this->getAccessibleMock($this->validatorClassName, ['dummy'], [$options], '', true);
    }