It looks like all deprecations had been removed from this module, but in the meantime a new method was deprecated. So that latest dev is not compatible with Drupal 9 anymore.
vendor/bin/drupal-check web/modules/contrib/auto_entitylabel/
14/14 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%------ ---------------------------------------------------------------------------
Line tests/src/Kernel/AutoEntityLabelTest.php
------ ---------------------------------------------------------------------------
76 Call to deprecated method getUsername() of class Drupal\user\Entity\User:
in drupal:8.0.0 and is removed from drupal:9.0.0.
Use \Drupal\Core\Session\AccountInterface::getAccountName() or
\Drupal\user\UserInterface::getDisplayName() instead.
------ ---------------------------------------------------------------------------[ERROR] Found 1 error
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3134497-3.patch | 563 bytes | munish.kumar |
| #3 | Screen Shot 2020-05-08 at 11.46.37 AM.png | 36.6 KB | munish.kumar |
Comments
Comment #2
munish.kumar commentedComment #3
munish.kumar commentedHere is the updated patch and screenshot to fix this test case issue.
Comment #4
dqdD8 test installation does not show any hickups while testing with patch applied.
No flaws, no harm, no arguable code injection or drastic changes here ... so quick and dirty RTBC.
Comment #5
dqdComment #7
dqdThanks! +1