X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fdata%2Fregistration%2Fgood.json;h=8c024661a4f684ae9914e9710f88121c6e1a9e37;hb=a38af7ba26579bb3004f673e44d39710887763aa;hp=cfad069c1711648696984c2f46ad7c3371e1d753;hpb=284bc0b5eb1c0e47d7100d5604ab4d5180dcd8d5;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/data/registration/good.json b/tests/phpunit/data/registration/good.json index cfad069c17..8c024661a4 100644 --- a/tests/phpunit/data/registration/good.json +++ b/tests/phpunit/data/registration/good.json @@ -1,5 +1,7 @@ { "name": "FooBar", + "@note": "This is a note", + "@duck": "Docs say any @-item is ignored", "attributes": { "FooBar": { "Attr": [ "test" ] @@ -8,5 +10,12 @@ "Attr": [ "test2" ] } }, + "config": { + "MyConfigValue": { + "value": 42, + "description": "Very important config value", + "public": true + } + }, "manifest_version": 2 }