Skip to content
Snippets Groups Projects

Issue #3428552: Drupal 11 compatibility fixes for config_override_warn

Open Issue #3428552: Drupal 11 compatibility fixes for config_override_warn
2 unresolved threads
2 unresolved threads

Issue #3428552: Fix failed tests because of core-tests changes in https://www.drupal.org/project/drupal/issues/3395913, correct tests to work with D11.

Closes #3428552

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
32 34 protected function setUp(): void {
33 35 parent::setUp();
34 36 $this->installEntitySchema('block');
35 $this->installConfig('config_override_test');
37 $this->installEntitySchema('block_content');
  • 22 22 'path_alias',
    23 23 'config',
    24 24 'block',
    25 'block_content',
    26 'user',
    Please register or sign in to reply
    Loading