mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-22 07:12:34 +00:00
44e8007d9c
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.
16 lines
390 B
JSON
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"
|
|
}
|
|
]
|
|
}
|