Loading CHANGELOG.txt +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading tests/fixtures/d6_nodewords_entities.php→tests/fixtures/d6_nodewords.php +0 −0 File moved. View file tests/fixtures/d7_metatag_entities.php→tests/fixtures/d7_metatag.php +0 −0 File moved. View file tests/src/Kernel/Migrate/d6/NodewordsEntitiesTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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'); Loading tests/src/Kernel/Migrate/d7/MetatagEntitiesTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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'); Loading Loading
CHANGELOG.txt +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
tests/src/Kernel/Migrate/d6/NodewordsEntitiesTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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'); Loading
tests/src/Kernel/Migrate/d7/MetatagEntitiesTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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'); Loading