X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FCore%2FTemplate%2FAttributeTest.php;fp=web%2Fcore%2Ftests%2FDrupal%2FTests%2FCore%2FTemplate%2FAttributeTest.php;h=c9bccceec9ce510caac74661c00fbc345ed47fca;hp=b9dc671faa6999f6db77e5b5147c8a6a85af0c10;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/tests/Drupal/Tests/Core/Template/AttributeTest.php b/web/core/tests/Drupal/Tests/Core/Template/AttributeTest.php index b9dc671fa..c9bccceec 100644 --- a/web/core/tests/Drupal/Tests/Core/Template/AttributeTest.php +++ b/web/core/tests/Drupal/Tests/Core/Template/AttributeTest.php @@ -261,6 +261,8 @@ class AttributeTest extends UnitTestCase { * * @covers ::removeClass * @covers ::addClass + * + * @group legacy */ public function testTwigAddRemoveClasses($template, $expected, $seed_attributes = []) { $loader = new \Twig_Loader_String();