protected function MigrateUrlAliasNoTranslationTest::setUp in Drupal 10
Same name and namespace in other branches
- 8 core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasNoTranslationTest.php \Drupal\Tests\path\Kernel\Migrate\d7\MigrateUrlAliasNoTranslationTest::setUp()
- 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\d7Code
protected function setUp() : void {
parent::setUp();
$this
->executeMigration('d7_url_alias');
}