From 2302f59b0a9a4734e64807fb8b2113e2f8f3edcf Mon Sep 17 00:00:00 2001 From: Lauri Eskola <lauri.eskola@gmail.com> Date: Tue, 17 Apr 2018 13:11:25 +0300 Subject: [PATCH] Issue #2959276 by alexpott: Twig_Node::getLine() is deprecated --- core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php b/core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php index d96193e45595..797a17362ae5 100644 --- a/core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php +++ b/core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php @@ -101,7 +101,6 @@ public static function getSkippedDeprecations() { return [ 'As of 3.1 an Symfony\Component\HttpKernel\Controller\ArgumentResolverInterface is used to resolve arguments. In 4.0 the $argumentResolver becomes the Symfony\Component\HttpKernel\Controller\ArgumentResolver if no other is provided instead of using the $resolver argument.', 'Symfony\Component\HttpKernel\Controller\ControllerResolver::getArguments is deprecated as of 3.1 and will be removed in 4.0. Implement the Symfony\Component\HttpKernel\Controller\ArgumentResolverInterface and inject it in the HttpKernel instead.', - 'The Twig_Node::getLine method is deprecated since version 1.27 and will be removed in 2.0. Use getTemplateLine() instead.', 'The Twig_Environment::getCacheFilename method is deprecated since version 1.22 and will be removed in Twig 2.0.', 'Install profile will be a mandatory parameter in Drupal 9.0.', 'Setting the strict option of the Choice constraint to false is deprecated since version 3.2 and will be removed in 4.0.', -- GitLab