Commit 1f5a10b8 authored by Damien McKenna's avatar Damien McKenna Committed by Damien McKenna
Browse files

Issue #3120981 by DamienMcKenna: NodewordsFieldInstanceTest uses the wrong source plugin.

parent f646df07
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -44,6 +44,8 @@ By DamienMcKenna: Minor code readability tweak.
#3001282 by maximpodorov, DamienMcKenna: Support hasAffectingChanges method of
  FieldItemList.
#3106870 by DamienMcKenna: Improve UX around OG "secure" meta tags.
#3120981 by DamienMcKenna: NodewordsFieldInstanceTest uses the wrong source
  plugin.


Metatag 8.x-1.11, 2019-12-20
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ class NodewordsFieldInstanceTest extends MigrateSqlSourceTestCase {
  protected $migrationConfiguration = [
    'id' => 'test',
    'source' => [
      'plugin' => 'd7_metatag_field_instance',
      'plugin' => 'd6_nodewords_field_instance',
    ],
  ];