0
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2024-11-22 07:12:34 +00:00
RSS-Bridge_rss-bridge/tests/Formats/samples/expectedJsonFormat/feed.emptyItems.json
Jan Tojnar 44e8007d9c
tests: Use PSR-4-style namespaces (#2778)
We cannot yet switch to namespaces for RSS-Bridge itself but for tests we are not limited by BC.
It does not actually do anything since PHPUnit will search for the test files without the help of the autoloader but it still makes the directory cleaner.
2022-06-07 23:22:33 +02:00

16 lines
390 B
JSON

{
"version": "https://jsonfeed.org/version/1",
"title": "Sample feed with minimum data",
"home_page_url": "https://github.com/RSS-Bridge/rss-bridge/",
"feed_url": "https://example.com/feed",
"items": [
{
"id": "29f59918d266c56a935da13e4122b524298e5a39",
"title": "Sample Item #1"
},{
"id": "edf358cad1a7ae255d6bc97640dd9d27738f1b7b",
"title": "Sample Item #2"
}
]
}