18 lines
349 B
YAML
18 lines
349 B
YAML
|
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
|