MigrateUrlAliasNoTranslationTest.php
Same filename in other branches
Namespace
Drupal\Tests\path\Kernel\Migrate\d7File
-
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() : 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.