MigrateUrlAliasNoTranslationTest.php

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

namespace Drupal\Tests\path\Kernel\Migrate\d7;


/**
 * Tests URL alias migration.
 *
 * @group path
 */
class MigrateUrlAliasNoTranslationTest extends MigrateUrlAliasTestBase {
    
    /**
     * {@inheritdoc}
     */
    protected function setUp() {
        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.