mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-09-02 20:52:44 +02:00
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.
This commit is contained in:
7
tests/Formats/samples/expectedJsonFormat/feed.empty.json
Normal file
7
tests/Formats/samples/expectedJsonFormat/feed.empty.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"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": []
|
||||
}
|
Reference in New Issue
Block a user