eZ\Publish\Core\FieldType\Tests\TimeTest::getSettingsSchemaExpectation PHP Method

getSettingsSchemaExpectation() protected method

Returns the settings schema expected from the field type.
protected getSettingsSchemaExpectation ( ) : array
return array
    protected function getSettingsSchemaExpectation()
    {
        return array('useSeconds' => array('type' => 'bool', 'default' => false), 'defaultType' => array('type' => 'choice', 'default' => Time::DEFAULT_EMPTY));
    }