Neos\Flow\Tests\Unit\Validation\Validator\AbstractValidatorTestcase::getValidator PHP Méthode

getValidator() protected méthode

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