- Issue created by @project update bot
- last update
6 months ago 41 pass This is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request (MR) is also openend and updated.
It is important that any automated tests available are run and that you manually test the changes.
Drupal 11 Compatibility
According to the Upgrade Status module → , even with these changes, this module is not yet compatible with Drupal 11.
Currently Drupal Rector, version 0.20.3, cannot fix all Drupal 11 compatibility problems.
Therefore, these changes did not update the
info.yml
file for Drupal 11 compatibility.The compatibility issues that Upgrade Status found after the Drupal Rector fixes were applied are attached to help you resolve them manually.
Leaving this issue open, even after committing the current patch or merging the MR, will allow the Project Update Bot → to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug information
Bot run #11-199781These packages were used to generate the fixes:
- drupal/upgrade_status: 4.3.2
- mglaman/phpstan-drupal: 1.2.11
- palantirnet/drupal-rector: 0.20.3
- last update
6 months ago 41 pass - First commit to issue fork.
- 🇺🇦Ukraine yuriy.korzhov
Patch including rector's fixes from
extra_field.2.x-dev.rector.patch
, fixingExtraFieldManagerBase.php
andinfo.yml
file fix. - First commit to issue fork.
- 🇧🇪Belgium JeroenT 🇧🇪
I've worked a bit on this issue. Most CS issues are now fixed (except for phpstan).
Also tests are passing, but are marked as failed in gitlab CI because of this error:
1) Class Drupal\extra_field_test\Plugin\ExtraField\Display\AllNodeTypesTest declared in /builds/issue/extra_field-3455216/tests/modules/extra_field_test/src/Plugin/ExtraField/Display/AllNodeTypesTest.php does not extend PHPUnit\Framework\TestCase
- 🇩🇪Germany Grevil
That error is correct. It extends "ExtraFieldDisplayBase" therefore shouldn't be suffixed with "Test" same with all the other files in "Display" and "Form".
- First commit to issue fork.
- 🇮🇳India jayapriya-18
#MR 18 works for D11. Tested on vanilla D10 site as well. Moving it to RTBC.