1
0
Fork 0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-03-15 20:52:42 +03:00
rss-bridge/tests
Jan Tojnar 12ddee4054
tests/Formats: Simplify by using a base class ()
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.
2022-06-08 02:17:32 +02:00
..
Actions tests: Use PSR-4-style namespaces () 2022-06-07 23:22:33 +02:00
Bridges tests: Use PSR-4-style namespaces () 2022-06-07 23:22:33 +02:00
Caches tests: Use PSR-4-style namespaces () 2022-06-07 23:22:33 +02:00
Formats tests/Formats: Simplify by using a base class () 2022-06-08 02:17:32 +02:00