Fix @todo in TestRunnerKernel

Created on 24 October 2025, 3 days ago

Problem/Motivation

Let's try removing this odd code...

    // Prime the module list and corresponding Extension objects.
    // @todo Remove System module. Needed because
    //   \Drupal\Core\Datetime\DateFormatter has a (needless) dependency on the
    //   'date_format' entity, so calls to DateFormatter::format() and
    //   DateFormatter::formatInterval() cause a plugin not found exception.
    $this->moduleList = [
      'system' => 0,
    ];
    $this->moduleData = [
      'system' => new Extension($this->root, 'module', 'core/modules/system/system.info.yml', 'system.module'),
    ];

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

πŸ“Œ Task
Status

Active

Version

11.0 πŸ”₯

Component

base system

Created by

πŸ‡¬πŸ‡§United Kingdom alexpott πŸ‡ͺπŸ‡ΊπŸŒ

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

Merge Requests

Comments & Activities

Not all content is available!

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

  • Merge request !13569Remove odd code β†’ (Open) created by alexpott
  • Pipeline finished with Failed
    3 days ago
    Total: 297s
    #638680
  • Pipeline finished with Failed
    2 days ago
    Total: 7634s
    #638693
  • Pipeline finished with Failed
    2 days ago
    Total: 1684s
    #638794
  • Pipeline finished with Success
    2 days ago
    Total: 443s
    #638842
Production build 0.71.5 2024