38 lines
895 B
YAML
38 lines
895 B
YAML
DigiComp\SettingValidator\Tests\Functional\Fixtures\TestObject:
|
|
properties:
|
|
shouldBeTrue:
|
|
BooleanValue:
|
|
expectedValue: true
|
|
shouldBeFalse:
|
|
BooleanValue:
|
|
expectedValue: false
|
|
Grumble: ~
|
|
|
|
TrueValidator:
|
|
self:
|
|
BooleanValue:
|
|
expectedValue: true
|
|
|
|
DigiComp\SettingValidator\Tests\Functional\Fixtures\TestValidationGroupsCustomObject:
|
|
self:
|
|
DigiComp.SettingValidator:Settings:
|
|
name: 'GroupValidatorCustom'
|
|
|
|
DigiComp\SettingValidator\Tests\Functional\Fixtures\TestValidationGroupsDefaultObject:
|
|
self:
|
|
DigiComp.SettingValidator:Settings:
|
|
name: 'GroupValidatorDefault'
|
|
|
|
GroupValidatorDefault:
|
|
properties:
|
|
shouldBeTrue:
|
|
BooleanValue:
|
|
expectedValue: true
|
|
|
|
GroupValidatorCustom:
|
|
properties:
|
|
shouldBeFalse:
|
|
BooleanValue:
|
|
expectedValue: false
|
|
validationGroups:
|
|
- 'Custom'
|