MigrateUrlAliasNoTranslationTest.php

Same filename and directory in other branches
  1. 11.x core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasNoTranslationTest.php
  2. 10 core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasNoTranslationTest.php
  3. 9 core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasNoTranslationTest.php
  4. 8.9.x core/modules/path/tests/src/Kernel/Migrate/d7/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.