mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-12-18 17:10:29 +03: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.
21 lines
401 B
JSON
21 lines
401 B
JSON
{
|
|
"server": {
|
|
"HTTPS": "on",
|
|
"HTTP_HOST": "example.com",
|
|
"REQUEST_URI": "/feed"
|
|
},
|
|
"meta": {
|
|
"name": "Sample microblog feed",
|
|
"uri": "https://example.com/blog/",
|
|
"icon": "https://example.com/logo.png"
|
|
},
|
|
"items": [
|
|
{
|
|
"timestamp": 1538931183,
|
|
"content": "Oh 😲 I found three monkeys 🙈🙉🙊"
|
|
},{
|
|
"timestamp": 1538930297,
|
|
"content": "Something happened"
|
|
}
|
|
]
|
|
}
|