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

Issue #3154891 by DamienMcKenna: Rename test fixtures to be one file per source module.

parent befd484d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@ Metatag 8.x-1.x-dev, xxxx-xx-xx
#3129664 by phenaproxima: Fix failure in MetatagPageManagerTest.
#3154149 by alexpott, DamienMcKenna, mrinalini9, rokzabukovec: Refactored
  entity migration test to use new API added in 8.9.x; skip this test on 8.8.
#3154891 by DamienMcKenna: Rename test fixtures to be one file per source
  module.


Metatag 8.x-1.13, 2020-04-21
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ class NodewordsEntitiesTest extends MigrateDrupal6TestBase {
   */
  protected function setUp() {
    parent::setUp();
    $this->loadFixture(__DIR__ . '/../../../../fixtures/d6_nodewords_entities.php');
    $this->loadFixture(__DIR__ . '/../../../../fixtures/d6_nodewords.php');

    $this->installEntitySchema('user');
    $this->installEntitySchema('node');
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ class MetatagEntitiesTest extends MigrateDrupal7TestBase {
      $this->markTestSkipped('This test requires at least Drupal 8.9');
    }
    parent::setUp();
    $this->loadFixture(__DIR__ . '/../../../../fixtures/d7_metatag_entities.php');
    $this->loadFixture(__DIR__ . '/../../../../fixtures/d7_metatag.php');

    $this->installEntitySchema('node');
    $this->installEntitySchema('comment');