protected function MigrateUrlAliasNoTranslationTest::setUp in Drupal 8
Same name and namespace in other branches
- 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() {
parent::setUp();
$this
->executeMigration('d7_url_alias');
}