Loading CHANGELOG.txt +3 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,9 @@ Metatag 7.x-1.x-dev, xxxx-xx-xx #3243694 by DamienMcKenna, Kasey_MK: Avoid similar-sounding links with different purposes. #3270984 by DamienMcKenna: Test meta tags don't work. #3271006 by DamienMcKenna, FeyP: Fix tests in 7.x-1.x branch. #3271006 by DamienMcKenna, FeyP: Tests break due to change in core's default file field path settings. Metatag 7.x-1.28, 2021-07-12 Loading tests/MetatagTestBase.test +8 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,14 @@ abstract class MetatagTestBase extends DrupalWebTestCase { $modules[] = 'metatag_test'; parent::setUp($modules); // Work around a bug in core's token handling. // @todo This is probably not a good idea. // @see https://www.drupal.org/project/metatag/issues/3271006 // @see https://www.drupal.org/project/drupal/issues/1173706 $instance = field_read_instance('node', 'field_image', 'article'); $instance['settings']['file_directory'] = 'field/image'; field_update_instance($instance); } /** Loading Loading
CHANGELOG.txt +3 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,9 @@ Metatag 7.x-1.x-dev, xxxx-xx-xx #3243694 by DamienMcKenna, Kasey_MK: Avoid similar-sounding links with different purposes. #3270984 by DamienMcKenna: Test meta tags don't work. #3271006 by DamienMcKenna, FeyP: Fix tests in 7.x-1.x branch. #3271006 by DamienMcKenna, FeyP: Tests break due to change in core's default file field path settings. Metatag 7.x-1.28, 2021-07-12 Loading
tests/MetatagTestBase.test +8 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,14 @@ abstract class MetatagTestBase extends DrupalWebTestCase { $modules[] = 'metatag_test'; parent::setUp($modules); // Work around a bug in core's token handling. // @todo This is probably not a good idea. // @see https://www.drupal.org/project/metatag/issues/3271006 // @see https://www.drupal.org/project/drupal/issues/1173706 $instance = field_read_instance('node', 'field_image', 'article'); $instance['settings']['file_directory'] = 'field/image'; field_update_instance($instance); } /** Loading