You are here

protected function MigrateUrlAliasNoTranslationTest::setUp in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasNoTranslationTest.php \Drupal\Tests\path\Kernel\Migrate\d7\MigrateUrlAliasNoTranslationTest::setUp()
  2. 9 core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasNoTranslationTest.php \Drupal\Tests\path\Kernel\Migrate\d7\MigrateUrlAliasNoTranslationTest::setUp()

Overrides MigrateUrlAliasTestBase::setUp

File

core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasNoTranslationTest.php, line 15

Class

MigrateUrlAliasNoTranslationTest
Tests URL alias migration.

Namespace

Drupal\Tests\path\Kernel\Migrate\d7

Code

protected function setUp() : void {
  parent::setUp();
  $this
    ->executeMigration('d7_url_alias');
}