mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-03 15:24:39 +03:00
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": []
|
|
}
|