PHP Class Neos\Flow\Tests\Unit\Validation\Validator\AbstractValidatorTestcase

Inheritance: extends Neos\Flow\Tests\UnitTestCase
Show file Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Property Type Description
$validator Neos\Flow\Validation\Validator\ValidatorInterface
$validatorClassName

Public Methods

Method Description
setUp ( )

Protected Methods

Method Description
getValidator ( $options = [] )
validatorOptions ( $options )

Method Details

getValidator() protected method

protected getValidator ( $options = [] )

setUp() public method

public setUp ( )

validatorOptions() protected method

protected validatorOptions ( $options )

Property Details

$validator protected property

protected ValidatorInterface,Neos\Flow\Validation\Validator $validator
return Neos\Flow\Validation\Validator\ValidatorInterface

$validatorClassName protected property

protected $validatorClassName