You are here

public static property NoMultilingualReviewPageTest::$modules in Drupal 8

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

Modules to enable.

The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.

Type: string[]

Overrides MultilingualReviewPageTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

core/modules/migrate_drupal_ui/tests/src/Functional/d6/NoMultilingualReviewPageTest.php, line 23

Class

NoMultilingualReviewPageTest
Tests migrate upgrade review page for Drupal 6 without translations.

Namespace

Drupal\Tests\migrate_drupal_ui\Functional\d6

Code

public static $modules = [
  'language',
  'telephone',
  'aggregator',
  'book',
  'forum',
  'statistics',
  'syslog',
  'tracker',
  'update',
  // Test migrations states.
  'migrate_state_finished_test',
  'migrate_state_not_finished_test',
  // Test missing migrate_drupal.yml.
  'migrate_state_no_file_test',
];