- Issue created by @tr
- Status changed to Fixed
8 months ago 7:14pm 28 July 2024 Automatically closed - issue fixed for 2 weeks with no activity.
The mimemail_compress sub-module was removed in the D7->D8 transition. See #2138947: Drupal 8 version β .
However, mimemail_compress.test, which was apparently not properly located in the submodule but kept in the parent module, was not removed. This was ported to D8+ as MimeMailCompressTest, which is an abstract class as it contains no test methods (just like in D7).
In GitLabCI with the current version of PHPUnit etc., having an abstract test class with no tests and no concrete implementations throws and error. (It did NOT cause errors on DrupalCI.)
Because we don't have the mimemail_compress sub-module any more, we don't need to test it ... and the test doesn't do anything anyway.
So let's get rid of it in both 2.0.x and 8.x-1.x.
Fixed
2.0
Tests
Automatically closed - issue fixed for 2 weeks with no activity.