reorder entries in Validation.yaml
This commit is contained in:
parent
d4e095dd54
commit
3087390299
1 changed files with 5 additions and 5 deletions
|
@ -8,11 +8,6 @@ DigiComp\SettingValidator\Tests\Functional\Fixtures\TestObject:
|
||||||
expectedValue: false
|
expectedValue: false
|
||||||
Grumble: ~
|
Grumble: ~
|
||||||
|
|
||||||
TrueValidator:
|
|
||||||
self:
|
|
||||||
BooleanValue:
|
|
||||||
expectedValue: true
|
|
||||||
|
|
||||||
DigiComp\SettingValidator\Tests\Functional\Fixtures\TestValidationGroupsCustomObject:
|
DigiComp\SettingValidator\Tests\Functional\Fixtures\TestValidationGroupsCustomObject:
|
||||||
self:
|
self:
|
||||||
DigiComp.SettingValidator:Settings:
|
DigiComp.SettingValidator:Settings:
|
||||||
|
@ -36,3 +31,8 @@ GroupValidatorCustom:
|
||||||
expectedValue: false
|
expectedValue: false
|
||||||
validationGroups:
|
validationGroups:
|
||||||
- "Custom"
|
- "Custom"
|
||||||
|
|
||||||
|
TrueValidator:
|
||||||
|
self:
|
||||||
|
BooleanValue:
|
||||||
|
expectedValue: true
|
||||||
|
|
Loading…
Reference in a new issue