Problem/Motivation
The test does not install system schema as #3317769: Add support for linking to entities in CKEditor 5 was created before #3557167: Fix deprecations in \Drupal\Core\ImageToolkit\ImageToolkitManager::getDefaultToolkitId() due to kernel testing
Steps to reproduce
failed https://git.drupalcode.org/issue/drupal-3523596/-/jobs/7386930
fixed https://git.drupalcode.org/issue/drupal-3523596/-/jobs/7387287
1) /builds/issue/drupal-3523596/core/lib/Drupal/Core/ImageToolkit/ImageToolkitManager.php:65
Using null as an array offset is deprecated, use an empty string instead
Triggered by:
* Drupal\Tests\filter\Kernel\EntityLinksTest::testMediaEntity#0
/builds/issue/drupal-3523596/core/modules/filter/tests/src/Kernel/EntityLinksTest.php:247
* Drupal\Tests\filter\Kernel\EntityLinksTest::testMediaEntity#1
/builds/issue/drupal-3523596/core/modules/filter/tests/src/Kernel/EntityLinksTest.php:247
* Drupal\Tests\filter\Kernel\EntityLinksTest::testMediaEntity#4
/builds/issue/drupal-3523596/core/modules/filter/tests/src/Kernel/EntityLinksTest.php:247
* Drupal\Tests\filter\Kernel\EntityLinksTest::testMediaEntity#5
/builds/issue/drupal-3523596/core/modules/filter/tests/src/Kernel/EntityLinksTest.php:247
OK, but there were issues!
Tests: 10, Assertions: 290, Deprecations: 1.Proposed resolution
quick fix it
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3559286
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3559286-fix-entitylinkstest-for
changes, plain diff MR !13909
Comments
Comment #3
andypostComment #4
alexpottComment #8
catchCommitted/pushed to 11.x and cherry-picked to 11.3.x, thanks!