rss-bridge/tests/Formats
Jan Tojnar 12ddee4054
tests/Formats: Simplify by using a base class (#2779)
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
..
samples tests: Use PSR-4-style namespaces (#2778) 2022-06-07 23:22:33 +02:00
AtomFormatTest.php tests/Formats: Simplify by using a base class (#2779) 2022-06-08 02:17:32 +02:00
BaseFormatTest.php tests/Formats: Simplify by using a base class (#2779) 2022-06-08 02:17:32 +02:00
FormatImplementationTest.php tests: Use PSR-4-style namespaces (#2778) 2022-06-07 23:22:33 +02:00
JsonFormatTest.php tests/Formats: Simplify by using a base class (#2779) 2022-06-08 02:17:32 +02:00
MrssFormatTest.php tests/Formats: Simplify by using a base class (#2779) 2022-06-08 02:17:32 +02:00