ab06fba962338403b0f21fb32dc102e5ad201abd
[yaffs-website] / config_schema_test.plugin_types.yml
1 tests:
2   -
3     plugin_id: boolean
4     value: TRUE
5   -
6     plugin_id: boolean:derivative
7     value: TRUE
8   -
9     plugin_id: string
10     value: 'Foo'
11   -
12     plugin_id: string:derivative
13     value: 'Foo'
14 test_with_parents:
15   -
16     plugin_id: boolean
17     settings:
18       value: TRUE
19   -
20     plugin_id: boolean:derivative
21     settings:
22       value: TRUE
23   -
24     plugin_id: string
25     settings:
26       value: 'Foo'
27   -
28     plugin_id: string:derivative
29     settings:
30       value: 'Foo'