eZ\Publish\Core\FieldType\Tests\FloatTest::getValidatorConfigurationSchemaExpectation PHP Метод

getValidatorConfigurationSchemaExpectation() защищенный Метод

Returns the validator configuration schema expected from the field type.
protected getValidatorConfigurationSchemaExpectation ( ) : array
Результат array
    protected function getValidatorConfigurationSchemaExpectation()
    {
        return array('FloatValueValidator' => array('minFloatValue' => array('type' => 'float', 'default' => null), 'maxFloatValue' => array('type' => 'float', 'default' => null)));
    }