add quotes around strings in YAML files
This commit is contained in:
parent
aaeb2d5c7f
commit
6922dba2a9
1 changed files with 3 additions and 3 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'
|
||||
|
|
Loading…
Reference in a new issue