eZ\Publish\Core\FieldType\Tests\FieldTypeTest::testValidatorConfigurationSchema PHP Method

testValidatorConfigurationSchema() public method

    public function testValidatorConfigurationSchema()
    {
        $fieldType = $this->getFieldTypeUnderTest();
        self::assertSame($this->getValidatorConfigurationSchemaExpectation(), $fieldType->getValidatorConfigurationSchema(), 'Validator configuration schema not returned correctly.');
    }