Closed (fixed)
Project:
Views Slideshow
Version:
8.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
23 Mar 2019 at 19:20 UTC
Updated:
9 Apr 2020 at 08:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
sergiu stici commentedHere is the patch, please review.
Comment #3
lilit_ghazaryan commenteddrupal-check modules/contrib/views_slideshow/
35/35 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
------ ---------------------------------------------------------------
Line modules/views_slideshow_cycle/views_slideshow_cycle.drush.inc
------ ---------------------------------------------------------------
163 Call to deprecated function drush_log().
176 Call to deprecated function drush_log().
181 Call to deprecated function drush_log().
187 Call to deprecated function drush_log().
------ ---------------------------------------------------------------
------ ----------------------------------------------------------------------
Line src/Tests/Plugin/StyleSlideshowTest.php
------ ----------------------------------------------------------------------
Class Drupal\Tests\views\Functional\ViewTestBase not found and could
not be autoloaded.
------ ----------------------------------------------------------------------
------ ----------------------------------------------------------------------
Line src/ViewsSlideshowTypeInterface.php
------ ----------------------------------------------------------------------
12 Interface Drupal\views_slideshow\ViewsSlideshowTypeInterface extends
deprecated interface
Drupal\Component\Plugin\ConfigurablePluginInterface:
Drupal\Component\Plugin\ConfigurablePluginInterface is deprecated
in Drupal 8.7.0 and will be removed before Drupal 9.0.0. You should
implement
ConfigurableInterface and/or DependentPluginInterface directly as
needed. If
you implement ConfigurableInterface you may choose to implement
ConfigurablePluginInterface in Drupal 8 as well for maximum
compatibility,
however this must be removed prior to Drupal 9.
------ ----------------------------------------------------------------------
------ ------------------------------------------------------------------------
Line src/ViewsSlideshowWidgetInterface.php
------ ------------------------------------------------------------------------
12 Interface Drupal\views_slideshow\ViewsSlideshowWidgetInterface extends
deprecated interface
Drupal\Component\Plugin\ConfigurablePluginInterface:
Drupal\Component\Plugin\ConfigurablePluginInterface is deprecated
in Drupal 8.7.0 and will be removed before Drupal 9.0.0. You should
implement
ConfigurableInterface and/or DependentPluginInterface directly as
needed. If
you implement ConfigurableInterface you may choose to implement
ConfigurablePluginInterface in Drupal 8 as well for maximum
compatibility,
however this must be removed prior to Drupal 9.
------ ------------------------------------------------------------------------
------ ---------------------------------------------------------------------
Line src/ViewsSlideshowWidgetTypeInterface.php
------ ---------------------------------------------------------------------
12 Interface Drupal\views_slideshow\ViewsSlideshowWidgetTypeInterface
extends deprecated interface
Drupal\Component\Plugin\ConfigurablePluginInterface:
Drupal\Component\Plugin\ConfigurablePluginInterface is deprecated
in Drupal 8.7.0 and will be removed before Drupal 9.0.0. You should
implement
ConfigurableInterface and/or DependentPluginInterface directly as
needed. If
you implement ConfigurableInterface you may choose to implement
ConfigurablePluginInterface in Drupal 8 as well for maximum
compatibility,
however this must be removed prior to Drupal 9.
------ ---------------------------------------------------------------------
[ERROR] Found 8 errors
Comment #4
lilit_ghazaryan commentedComment #5
lilit_ghazaryan commentedComment #6
salah1This patch takes care of:
Line 40 Call to method setUp() of deprecated class Drupal\views\Tests\ViewTestBase.Also, applied the patch in #4 cleanly. Then re-run the drupal-check again and all the issues raised here went away except this one.
After the automated tests pass, this can be set to RTBC.
Comment #7
salah1Comment #8
salah1Comment #10
maithri shetty commentedComment #11
maithri shetty commentedComment #12
neslee canil pintoComment #14
neslee canil pintoComment #15
neslee canil pinto