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
|
||||
Grumble: ~
|
||||
|
||||
TrueValidator:
|
||||
self:
|
||||
BooleanValue:
|
||||
expectedValue: true
|
||||
|
||||
DigiComp\SettingValidator\Tests\Functional\Fixtures\TestValidationGroupsCustomObject:
|
||||
self:
|
||||
DigiComp.SettingValidator:Settings:
|
||||
|
@ -36,3 +31,8 @@ GroupValidatorCustom:
|
|||
expectedValue: false
|
||||
validationGroups:
|
||||
- "Custom"
|
||||
|
||||
TrueValidator:
|
||||
self:
|
||||
BooleanValue:
|
||||
expectedValue: true
|
||||
|
|
Loading…
Reference in a new issue