MigrateUrlAliasNoTranslationTest.php in Drupal 10
Same filename and directory in other branches
Namespace
Drupal\Tests\path\Kernel\Migrate\d7File
core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasNoTranslationTest.phpView source
<?php
namespace Drupal\Tests\path\Kernel\Migrate\d7;
/**
* Tests URL alias migration.
*
* @group path
*/
class MigrateUrlAliasNoTranslationTest extends MigrateUrlAliasTestBase {
/**
* {@inheritdoc}
*/
protected function setUp() : void {
parent::setUp();
$this
->executeMigration('d7_url_alias');
}
}
Classes
Name | Description |
---|---|
MigrateUrlAliasNoTranslationTest | Tests URL alias migration. |