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
|
|
|
|
|
|
|
GroupValidatorDefault:
|
|
|
|
self:
|
|
|
|
BooleanValue:
|
|
|
|
expectedValue: true
|
|
|
|
validationGroups:
|
|
|
|
- Default
|
|
|
|
GroupValidatorCustom:
|
|
|
|
self:
|
|
|
|
BooleanValue:
|
|
|
|
expectedValue: false
|
|
|
|
validationGroups:
|
|
|
|
- Custom
|
|
|
|
|