use double quotes in yaml files
This commit is contained in:
parent
b01aa11242
commit
20cf7bff05
2 changed files with 8 additions and 8 deletions
|
@ -16,12 +16,12 @@ TrueValidator:
|
||||||
DigiComp\SettingValidator\Tests\Functional\Fixtures\TestValidationGroupsCustomObject:
|
DigiComp\SettingValidator\Tests\Functional\Fixtures\TestValidationGroupsCustomObject:
|
||||||
self:
|
self:
|
||||||
DigiComp.SettingValidator:Settings:
|
DigiComp.SettingValidator:Settings:
|
||||||
name: 'GroupValidatorCustom'
|
name: "GroupValidatorCustom"
|
||||||
|
|
||||||
DigiComp\SettingValidator\Tests\Functional\Fixtures\TestValidationGroupsDefaultObject:
|
DigiComp\SettingValidator\Tests\Functional\Fixtures\TestValidationGroupsDefaultObject:
|
||||||
self:
|
self:
|
||||||
DigiComp.SettingValidator:Settings:
|
DigiComp.SettingValidator:Settings:
|
||||||
name: 'GroupValidatorDefault'
|
name: "GroupValidatorDefault"
|
||||||
|
|
||||||
GroupValidatorDefault:
|
GroupValidatorDefault:
|
||||||
properties:
|
properties:
|
||||||
|
@ -35,4 +35,4 @@ GroupValidatorCustom:
|
||||||
BooleanValue:
|
BooleanValue:
|
||||||
expectedValue: false
|
expectedValue: false
|
||||||
validationGroups:
|
validationGroups:
|
||||||
- 'Custom'
|
- "Custom"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
type: 'dictionary'
|
type: "dictionary"
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: 'dictionary'
|
type: "dictionary"
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
properties:
|
properties:
|
||||||
type: 'dictionary'
|
type: "dictionary"
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
properties:
|
properties:
|
||||||
type: 'dictionary'
|
type: "dictionary"
|
||||||
self:
|
self:
|
||||||
type: 'dictionary'
|
type: "dictionary"
|
||||||
|
|
Loading…
Reference in a new issue