function MigrateUrlAliasTest::testNodeCompleteUrlAlias

Tests the URL alias migration using the node complete migration.

File

core/modules/path/tests/src/Kernel/Migrate/d6/MigrateUrlAliasTest.php, line 85

Class

MigrateUrlAliasTest
URL alias migration.

Namespace

Drupal\Tests\path\Kernel\Migrate\d6

Code

public function testNodeCompleteUrlAlias() : void {
  $this->executeMigrations([
    'd6_node_complete',
    'd6_url_alias',
  ]);
  $this->checkUrlMigration();
}

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