mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-21 16:11:53 +02:00
There is a lot of redundancy. Let’s not repeat ourselves. Unfortunately, since we do not install PHPUnit as a project dependency on CI, it does not use the composer’s PSR-4 autoloader and the tests are unable to find the `BaseFormatTest` class. Until we resolve that, let’s load the class explicitly.