2017-06-02 21:58:33 +02:00
|
|
|
DigiComp\SettingValidator\Tests\Functional\Fixtures\TestObject:
|
2017-06-02 23:14:05 +02:00
|
|
|
properties:
|
|
|
|
shouldBeTrue:
|
|
|
|
BooleanValue:
|
|
|
|
expectedValue: true
|
|
|
|
shouldBeFalse:
|
|
|
|
BooleanValue:
|
|
|
|
expectedValue: false
|
|
|
|
Grumble: ~
|
2017-06-02 21:58:33 +02:00
|
|
|
|
|
|
|
TrueValidator:
|
2017-06-02 23:14:05 +02:00
|
|
|
self:
|
|
|
|
BooleanValue:
|
|
|
|
expectedValue: true
|
2017-07-03 10:11:18 +02:00
|
|
|
|
2017-07-19 12:54:29 +02:00
|
|
|
DigiComp\SettingValidator\Tests\Functional\Fixtures\TestValidationGroupsCustomObject:
|
2017-07-03 10:11:18 +02:00
|
|
|
self:
|
2017-07-19 12:54:29 +02:00
|
|
|
DigiComp.SettingValidator:Settings:
|
2018-04-03 17:53:57 +02:00
|
|
|
name: 'GroupValidatorCustom'
|
2017-07-19 12:54:29 +02:00
|
|
|
|
|
|
|
DigiComp\SettingValidator\Tests\Functional\Fixtures\TestValidationGroupsDefaultObject:
|
2017-07-03 10:11:18 +02:00
|
|
|
self:
|
2017-07-19 12:54:29 +02:00
|
|
|
DigiComp.SettingValidator:Settings:
|
2018-04-03 17:53:57 +02:00
|
|
|
name: 'GroupValidatorDefault'
|
2017-07-03 10:11:18 +02:00
|
|
|
|
2017-07-19 12:54:29 +02:00
|
|
|
GroupValidatorDefault:
|
|
|
|
properties:
|
|
|
|
shouldBeTrue:
|
|
|
|
BooleanValue:
|
|
|
|
expectedValue: true
|
|
|
|
|
|
|
|
GroupValidatorCustom:
|
|
|
|
properties:
|
|
|
|
shouldBeFalse:
|
|
|
|
BooleanValue:
|
|
|
|
expectedValue: false
|
|
|
|
validationGroups:
|
2018-04-03 17:53:57 +02:00
|
|
|
- 'Custom'
|