MigrateUrlAliasNoTranslationTest.php

Namespace

Drupal\Tests\path\Kernel\Migrate\d7

File

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

View source
<?php

declare (strict_types=1);
namespace Drupal\Tests\path\Kernel\Migrate\d7;

use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;

/**
 * Tests URL alias migration.
 */
class MigrateUrlAliasNoTranslationTest extends MigrateUrlAliasTestBase {
  
  /**
   * {@inheritdoc}
   */
  protected function setUp() : void {
    parent::setUp();
    $this->executeMigration('d7_url_alias');
  }

}

Classes

Title Deprecated Summary
MigrateUrlAliasNoTranslationTest Tests URL alias migration.

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