mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-26 19:36:52 +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.
13 lines
190 B
JSON
13 lines
190 B
JSON
{
|
|
"server": {
|
|
"HTTPS": "on",
|
|
"HTTP_HOST": "example.com",
|
|
"REQUEST_URI": "/feed"
|
|
},
|
|
"meta": {
|
|
"name": "Sample feed with minimum data",
|
|
"uri": "",
|
|
"icon": ""
|
|
},
|
|
"items": []
|
|
}
|