1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-04 23:57:29 +02:00

refactor: remove unnecesary includes

This commit is contained in:
Dag
2022-05-12 15:14:15 +02:00
parent 829fc6cca2
commit fd449be4eb
18 changed files with 1 additions and 43 deletions

View File

@@ -3,7 +3,6 @@
* JsonFormat - JSON Feed Version 1
* https://jsonfeed.org/version/1
*/
require_once __DIR__ . '/../lib/rssbridge.php';
use PHPUnit\Framework\TestCase;