You are here

protected static property Upgrade6Test::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php \Drupal\Tests\migrate_drupal_ui\Functional\d6\Upgrade6Test::modules
  2. 9 core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php \Drupal\Tests\migrate_drupal_ui\Functional\d6\Upgrade6Test::modules

File

core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php, line 20

Class

Upgrade6Test
Tests Drupal 6 upgrade using the migrate UI.

Namespace

Drupal\Tests\migrate_drupal_ui\Functional\d6

Code

protected static $modules = [
  'book',
  'config_translation',
  'content_translation',
  'datetime_range',
  'forum',
  'language',
  'migrate_drupal_ui',
  'rdf',
  'statistics',
  'telephone',
  'update',
];