Skip to content
Snippets Groups Projects
Commit 1d228954 authored by Gabor Hojtsy's avatar Gabor Hojtsy
Browse files

Issue #2916199 by quietone, heddn: MigrateUpgradeTestBase shouldn't enable modules

parent 848e20e3
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -30,23 +30,6 @@ abstract class MigrateUpgradeTestBase extends BrowserTestBase {
*/
protected $sourceDatabase;
/**
* Modules to enable.
*
* @var array
*/
public static $modules = [
'language',
'content_translation',
'migrate_drupal_ui',
'telephone',
'aggregator',
'book',
'forum',
'statistics',
'migration_provider_test',
];
/**
* {@inheritdoc}
*/
......
......@@ -14,6 +14,23 @@
*/
class MigrateUpgrade6Test extends MigrateUpgradeTestBase {
/**
* Modules to enable.
*
* @var array
*/
public static $modules = [
'language',
'content_translation',
'migrate_drupal_ui',
'telephone',
'aggregator',
'book',
'forum',
'statistics',
'migration_provider_test',
];
/**
* {@inheritdoc}
*/
......
......@@ -15,9 +15,22 @@
class MigrateUpgrade7Test extends MigrateUpgradeTestBase {
/**
* {@inheritdoc}
* Modules to enable.
*
* @var array
*/
public static $modules = ['file'];
public static $modules = [
'file',
'language',
'content_translation',
'migrate_drupal_ui',
'telephone',
'aggregator',
'book',
'forum',
'statistics',
'migration_provider_test',
];
/**
* {@inheritdoc}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment