diff --git a/core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php b/core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php index 5b04c66e9a..a54cfd5ea6 100644 --- a/core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php +++ b/core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php @@ -7,17 +7,12 @@ /** * Tests Drupal 6 Id Conflict page. * - * The test method is provided by the MigrateUpgradeTestBase class. - * * @group migrate_drupal_ui - * @group legacy */ class IdConflictTest extends MigrateUpgradeExecuteTestBase { /** - * Modules to enable. - * - * @var array + * {@inheritdoc} */ public static $modules = [ 'language', @@ -80,7 +75,7 @@ protected function getMissingPaths() { } /** - * Executes all steps of migrations upgrade. + * Tests ID Conflict form. */ public function testMigrateUpgradeExecute() { $connection_options = $this->sourceDatabase->getConnectionOptions(); diff --git a/core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php b/core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php index c0ce31dcea..13081ee761 100644 --- a/core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php +++ b/core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php @@ -7,10 +7,7 @@ /** * Tests Drupal 7 Id Conflict page. * - * The test method is provided by the MigrateUpgradeTestBase class. - * * @group migrate_drupal_ui - * @group legacy */ class IdConflictTest extends MigrateUpgradeExecuteTestBase { @@ -80,7 +77,7 @@ protected function getMissingPaths() { } /** - * Executes all steps of migrations upgrade. + * Tests ID Conflict form. */ public function testMigrateUpgradeExecute() { $connection_options = $this->sourceDatabase->getConnectionOptions();