drupal-check janrain_capture/
21/21 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
------ -----------------------------------------------------------------------
Line src/RouteEnhancer.php
------ -----------------------------------------------------------------------
13 Class Drupal\janrain_capture\RouteEnhancer implements deprecated
interface Drupal\Core\Routing\Enhancer\RouteEnhancerInterface:
in drupal:8.4.0 and is removed from drupal:9.0.0. Instead,
you should use \Drupal\Core\Routing\EnhancerInterface.
See https://www.drupal.org/node/2894934
Part of the deprecation means that applies() is now called on runtime
instead
of compile time.
------ -----------------------------------------------------------------------
------ ---------------------------------------------------------------
Line tests/src/Functional/JanrainCaptureTest.php
------ ---------------------------------------------------------------
Class Drupal\Tests\BrowserTestBase not found and could not be
autoloaded.
------ ---------------------------------------------------------------
[ERROR] Found 2 errors
| Comment | File | Size | Author |
|---|---|---|---|
| #19 | interdiff_15-19.txt | 431 bytes | divyesh19 |
| #19 | drupal_9_deprecated-3111278-19.patch | 5.42 KB | divyesh19 |
| #4 | interdiff_3-2.txt | 1.52 KB | lilit_ghazaryan |
| #4 | drupal_9_deprecated-3111278-3.patch | 2.4 KB | lilit_ghazaryan |
| #2 | drupal_9_deprecated_coed-3111278-2.patch | 698 bytes | vigen.epam |
Comments
Comment #2
vigen.epam commentedComment #4
lilit_ghazaryan commentedComment #5
lilit_ghazaryan commentedComment #6
divyesh19As per the latest drupal-check results, we are getting following findings:
Comment #7
divyesh19Attaching updated patch.
Comment #8
divyesh19Updated patch.
Comment #9
divyesh19Comment #10
Ravi_3596 commented@divyesh19 - The patch #8 works for me too. It would be great if we can have it committed to dev.
Comment #11
divyesh19Just fixing blank lines before committing this.
Comment #13
divyesh19Thanks guys!
Comment #14
divyesh19Comment #15
divyesh19Injecting datetime service instead of static call in Token.php.
Comment #16
divyesh19Comment #18
divyesh19Comment #19
divyesh19Committing a fix in #15.