diff --git a/core/modules/views_ui/src/ParamConverter/ViewUIConverter.php b/core/modules/views_ui/src/ParamConverter/ViewUIConverter.php index 3ec4f72..b0d4f84 100755 --- a/core/modules/views_ui/src/ParamConverter/ViewUIConverter.php +++ b/core/modules/views_ui/src/ParamConverter/ViewUIConverter.php @@ -53,6 +53,7 @@ public function __construct(EntityManagerInterface $entity_manager, SharedTempSt // The config factory and admin context are new arguments due to changing // the parent. Avoid an error on updated sites by falling back to getting // them from the container. + // @todo Remove in 8.2.x in https://www.drupal.org/node/2674328. if (!$config_factory) { $config_factory = \Drupal::configFactory(); } diff --git a/core/modules/views_ui/src/Tests/TranslatedStringsTest.php b/core/modules/views_ui/src/Tests/TranslatedViewTest.php similarity index 97% rename from core/modules/views_ui/src/Tests/TranslatedStringsTest.php rename to core/modules/views_ui/src/Tests/TranslatedViewTest.php index 59c358d..3776b0b 100644 --- a/core/modules/views_ui/src/Tests/TranslatedStringsTest.php +++ b/core/modules/views_ui/src/Tests/TranslatedViewTest.php @@ -15,7 +15,7 @@ * * @group views_ui */ -class TranslatedStringsTest extends WebTestBase { +class TranslatedViewTest extends WebTestBase { /** * Modules to enable.