Problem/Motivation
drupal-check results on commit hash:
source : [git] https://git.drupal.org/project/role_delegation f0ea52faf87b8683de43a6149e3df704dbb3c995
source : http://cgit.drupalcode.org/role_delegation
------ ---------------------------------------------------
Line src/Form/RoleDelegationSettingsForm.php
------ ---------------------------------------------------
90 Call to deprecated function drupal_set_message().
------ ---------------------------------------------------
------ ------------------------------------------------------------------
Line tests/src/Kernel/AccessTest.php
------ ------------------------------------------------------------------
15 Usage of deprecated trait Drupal\simpletest\UserCreationTrait in
class Drupal\Tests
ole_delegation\Kernel\AccessTest.
------ ------------------------------------------------------------------
------ ------------------------------------------------------------------
Line tests/src/Kernel/DelegatableRolesTest.php
------ ------------------------------------------------------------------
16 Usage of deprecated trait Drupal\simpletest\UserCreationTrait in
class Drupal\Tests
ole_delegation\Kernel\DelegatableRolesTest.
------ ------------------------------------------------------------------
[ERROR] Found 3 errors
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | drupal_9_deprecated_code-3042838-4.patch | 3.12 KB | sergiu stici |
Comments
Comment #2
sergiu stici commentedHere is the patch, please review.
Comment #4
sergiu stici commentedCorrected codesniffer.
Comment #7
jeroentCommitted and pushed to 8.x-1.x. Thanks!
Comment #8
jeroent