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;