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
|
|
|
|
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:
|
2021-02-16 11:19:51 +01: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:
|
2021-02-16 11:19:51 +01: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:
|
2021-02-16 11:19:51 +01:00
|
|
|
- "Custom"
|
2022-03-03 14:25:17 +01:00
|
|
|
|
|
|
|
TrueValidator:
|
|
|
|
self:
|
|
|
|
BooleanValue:
|
|
|
|
expectedValue: true
|