Remove MimeMailCompressTest

Created on 28 July 2024, 8 months ago
Updated 11 August 2024, 8 months ago

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.

πŸ“Œ Task
Status

Fixed

Version

2.0

Component

Tests

Created by

πŸ‡ΊπŸ‡ΈUnited States tr Cascadia

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024