Revert "refactor: remove unnecesary includes" (#2723)

This reverts commit fd449be4eb.
This commit is contained in:
Yaman Qalieh 2022-05-12 16:28:03 -04:00 committed by GitHub
parent 97b513823d
commit bb6d553dd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 42 additions and 1 deletions

View file

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