eZ\Publish\Core\FieldType\Tests\TextLineTest::getValidatorConfigurationSchemaExpectation PHP Method

getValidatorConfigurationSchemaExpectation() protected method

Returns the validator configuration schema expected from the field type.
    protected function getValidatorConfigurationSchemaExpectation()
    {
        return array('StringLengthValidator' => array('minStringLength' => array('type' => 'int', 'default' => 0), 'maxStringLength' => array('type' => 'int', 'default' => null)));
    }