function MigrateUrlAliasTest::setUp

Overrides MigrateUrlAliasTestBase::setUp

File

core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTest.php, line 25

Class

MigrateUrlAliasTest
Tests URL alias migration.

Namespace

Drupal\Tests\path\Kernel\Migrate\d7

Code

protected function setUp() : void {
  parent::setUp();
  $this->executeMigrations([
    'd7_node_translation',
    'd7_url_alias',
  ]);
}

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