diff options
Diffstat (limited to 'tests/Formats/samples/feed.empty.json')
-rw-r--r-- | tests/Formats/samples/feed.empty.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/Formats/samples/feed.empty.json b/tests/Formats/samples/feed.empty.json new file mode 100644 index 00000000..aac09f64 --- /dev/null +++ b/tests/Formats/samples/feed.empty.json @@ -0,0 +1,13 @@ +{ + "server": { + "HTTPS": "on", + "HTTP_HOST": "example.com", + "REQUEST_URI": "/feed" + }, + "meta": { + "name": "Sample feed with minimum data", + "uri": "", + "icon": "" + }, + "items": [] +} |