DigiComp.SettingValidator/Configuration/Testing/Validation.yaml

18 lines
349 B
YAML
Raw Normal View History

2017-06-02 21:58:33 +02:00
DigiComp\SettingValidator\Tests\Functional\Fixtures\TestObject:
-
property: shouldBeTrue
validator: BooleanValue
options:
expectedValue: true
-
property: shouldBeFalse
validator: BooleanValue
options:
expectedValue: false
TrueValidator:
-
validator: BooleanValue
options:
expectedValue: true