EntityBlockTest is not Drupal 8 compatible

Created on 22 August 2022, over 2 years ago
Updated 7 January 2025, 3 months ago

Problem/Motivation

Steps to reproduce

The module is marked as still supporting Drupal 8. The kernel test implementation uses Drupal 9 and is not compatible with Drupal 8.
Test in question EntityBlockTest has the same protected visibility for $modules property as declared in Drupal 9 EntityKernelTestBase:
protected static $modules = [

While in Drupal 8 EntityKernelTestBase uses public visibility for $modules property:
public static $modules = [

Proposed resolution

As Drupal 8 is no longer supported, it's not worth releasing a major version change for this. Perhaps next release should drop Drupal 8 support from 1.x branch.

Remaining tasks

Remove Drupal 8 support from entity_block.info.yml

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Closed: outdated

Version

1.1

Component

Code

Created by

πŸ‡¬πŸ‡§United Kingdom f.mazeikis Brighton

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

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024