class MigrateUrlAliasNoTranslationTest

Same name and namespace in other branches
  1. 11.x core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasNoTranslationTest.php \Drupal\Tests\path\Kernel\Migrate\d7\MigrateUrlAliasNoTranslationTest
  2. 10 core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasNoTranslationTest.php \Drupal\Tests\path\Kernel\Migrate\d7\MigrateUrlAliasNoTranslationTest
  3. 8.9.x core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasNoTranslationTest.php \Drupal\Tests\path\Kernel\Migrate\d7\MigrateUrlAliasNoTranslationTest

Tests URL alias migration.

@group path

Hierarchy

Expanded class hierarchy of MigrateUrlAliasNoTranslationTest

File

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

Namespace

Drupal\Tests\path\Kernel\Migrate\d7
View source
class MigrateUrlAliasNoTranslationTest extends MigrateUrlAliasTestBase {
  
  /**
   * {@inheritdoc}
   */
  protected function setUp() : void {
    parent::setUp();
    $this->executeMigration('d7_url_alias');
  }

}

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