Problem/Motivation
drupal-check results on commit hash: source : 188dff276ba4714676beebdb72c9afe36eee609e
------ -------------------------------------------------------------------------------
Line src/Tests/MenuAdminPerMenuNodeSave.php
------ -------------------------------------------------------------------------------
93 Call to deprecated method assertLink() of class Drupal\Tests\BrowserTestBase.
107 Call to deprecated method assertLink() of class Drupal\Tests\BrowserTestBase.
113 Call to deprecated method assertLink() of class Drupal\Tests\BrowserTestBase.
------ -------------------------------------------------------------------------------
[ERROR] Found 3 errors
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | interdiff-3042751-11-14.txt | 1.39 KB | jeroent |
| #14 | 3042751-14.patch | 4.03 KB | jeroent |
Comments
Comment #2
sergiu stici commentedHere is the patch, please review.
Comment #3
hudriComment #4
chris burge commentedWe should also add the 'core_version_requirement' key to menu_admin_per_menu.info.yml:
core_version_requirement: ^8 || ^9It's not deprecated code, but it's needed for the module to be compatible with D9.
Comment #5
jeroentComment #6
ravi.shankar commentedAddressed comment #4.
Comment #7
jeroentLooks good to me.
Comment #8
mrpauldriver commentedYep, looks good. Thank you for working on this.
Comment #9
jonas139 commentedThe test should be in the 'tests' folder to run properly.
I also included the $defaultTheme and did some formatting (thanks to @JeroenT for all the remarks).
Comment #11
shobhit_juyal commentedHi, @jonas139,
I tested the patch, its having the changes but does not compatible for D9. I have provided the issue's snap and the updated patch with interdiff.
Needs Review.
Thanks
Comment #13
jeroentComment #14
jeroentComment #16
jeroentCommitted and pushed to 8.x-1.x. Thanks!