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:
|
||||
self:
|
||||
DigiComp.SettingValidator:Settings:
|
||||
name: 'GroupValidatorCustom'
|
||||
name: "GroupValidatorCustom"
|
||||
|
||||
DigiComp\SettingValidator\Tests\Functional\Fixtures\TestValidationGroupsDefaultObject:
|
||||
self:
|
||||
DigiComp.SettingValidator:Settings:
|
||||
name: 'GroupValidatorDefault'
|
||||
name: "GroupValidatorDefault"
|
||||
|
||||
GroupValidatorDefault:
|
||||
properties:
|
||||
|
@ -35,4 +35,4 @@ GroupValidatorCustom:
|
|||
BooleanValue:
|
||||
expectedValue: false
|
||||
validationGroups:
|
||||
- 'Custom'
|
||||
- "Custom"
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
type: 'dictionary'
|
||||
type: "dictionary"
|
||||
additionalProperties:
|
||||
type: 'dictionary'
|
||||
type: "dictionary"
|
||||
additionalProperties: false
|
||||
properties:
|
||||
type: 'dictionary'
|
||||
type: "dictionary"
|
||||
additionalProperties: false
|
||||
properties:
|
||||
type: 'dictionary'
|
||||
type: "dictionary"
|
||||
self:
|
||||
type: 'dictionary'
|
||||
type: "dictionary"
|
||||
|
|
Loading…
Reference in a new issue