function MigrateDrupal6TestBase::setUp

Same name in this branch
  1. 9 core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php \Drupal\Tests\migrate_drupal\Kernel\d6\MigrateDrupal6TestBase::setUp()
Same name in other branches
  1. 8.9.x core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php \Drupal\Tests\migrate_drupal\Kernel\d6\MigrateDrupal6TestBase::setUp()
  2. 10 core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php \Drupal\Tests\migrate_drupal\Kernel\d6\MigrateDrupal6TestBase::setUp()
  3. 11.x core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php \Drupal\Tests\migrate_drupal\Kernel\d6\MigrateDrupal6TestBase::setUp()

Overrides MigrateDrupalTestBase::setUp

5 calls to MigrateDrupal6TestBase::setUp()
MigrateAggregatorConfigsTest::setUp in core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorConfigsTest.php
MigrateAggregatorFeedTest::setUp in core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorFeedTest.php
MigrateAggregatorItemTest::setUp in core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorItemTest.php
MigrateBlockTest::setUp in core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php
MigrateDrupal6AuditIdsTest::setUp in core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateDrupal6AuditIdsTest.php
5 methods override MigrateDrupal6TestBase::setUp()
MigrateAggregatorConfigsTest::setUp in core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorConfigsTest.php
MigrateAggregatorFeedTest::setUp in core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorFeedTest.php
MigrateAggregatorItemTest::setUp in core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorItemTest.php
MigrateBlockTest::setUp in core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php
MigrateDrupal6AuditIdsTest::setUp in core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateDrupal6AuditIdsTest.php

File

core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateDrupal6TestBase.php, line 26

Class

MigrateDrupal6TestBase
Base class for Drupal 6 migration tests.

Namespace

Drupal\Tests\aggregator\Kernel\Migrate\d6

Code

protected function setUp() : void {
    parent::setUp();
    // Add a node classic migrate table to the destination site so that tests
    // run by default with the classic node migrations.
    $this->makeNodeMigrateMapTable(NodeMigrateType::NODE_MIGRATE_TYPE_CLASSIC, '6');
    $this->loadFixture($this->getFixtureFilePath());
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.