drupal-check results on commit hash: source : [git] https://git.drupal.org/project/session_limit 683bfd137708adf520f02767dc5b9b3d276084c1
source : http://cgit.drupalcode.org/session_limit
------ ---------------------------------------------------
Line src/Services/SessionLimit.php
------ ---------------------------------------------------
249 Call to deprecated function drupal_set_message().
250 Call to deprecated method url() of class Drupal.
351 Call to deprecated function drupal_set_message().
------ ---------------------------------------------------
------ -----------------------------------------------------------------------------------
Line tests/SessionLimitBaseTestCase.php
------ -----------------------------------------------------------------------------------
Class Drupal\session_limit\SessionLimitBaseTestCase was not found while trying to
analyse it - autoloading is probably not configured properly.
------ -----------------------------------------------------------------------------------
------ ----------------------------------------------------------------------------------
Line tests/SessionLimitLogoutTestCase.php
------ ----------------------------------------------------------------------------------
Class Drupal\session_limit\SessionLimitLogoutTestCase was not found while trying
to analyse it - autoloading is probably not configured properly.
------ ----------------------------------------------------------------------------------
------ -----------------------------------------------------------------------------------
Line tests/SessionLimitPreventTestCase.php
------ -----------------------------------------------------------------------------------
Class Drupal\session_limit\SessionLimitPreventTestCase was not found while trying
to analyse it - autoloading is probably not configured properly.
------ -----------------------------------------------------------------------------------
------ -----------------------------------------------------------------------------------
Line tests/SessionLimitSessionTestCase.php
------ -----------------------------------------------------------------------------------
Class Drupal\session_limit\SessionLimitSessionTestCase was not found while trying
to analyse it - autoloading is probably not configured properly.
------ -----------------------------------------------------------------------------------
[ERROR] Found 7 errors
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | drupal_9_deprecated_code-3042747-6.patch | 4.19 KB | nikolas.tatianenko |
| #3 | drupal_9_deprecated_code-3042747-3.patch | 32.13 KB | sergiu stici |
Comments
Comment #2
mcdwayne commentedfixed formatting issue
Comment #3
sergiu stici commentedHere is the patch, please review.
Comment #4
damienmckennaComment #5
sutharsan commentedLet's not mix deprecation errors with code style fixes. This makes the patch harder to review.
Comment #6
nikolas.tatianenko commentedWIthout code styles improvements
Comment #7
gábor hojtsyFix tag to be event-appropriate.
Comment #8
sutharsan commentedPath looks good.
Comment #9
suzymasriPatch #6 LGTM.
As for the remaining tests errors, #3145938: Convert tests to PHPUnit was created to convert tests to PHPUnit.
Comment #11
suzymasri