You are here

protected static property ScheduledTransitionLocalTaskTest::$modules in Scheduled Transitions 2.x

Same name and namespace in other branches
  1. 8 tests/src/Functional/ScheduledTransitionLocalTaskTest.php \Drupal\Tests\scheduled_transitions\Functional\ScheduledTransitionLocalTaskTest::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 BrowserTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

tests/src/Functional/ScheduledTransitionLocalTaskTest.php, line 29

Class

ScheduledTransitionLocalTaskTest
Tests the text displayed in local task [tab].

Namespace

Drupal\Tests\scheduled_transitions\Functional

Code

protected static $modules = [
  'scheduled_transitions_test',
  'scheduled_transitions',
  'content_moderation',
  'workflows',
  'dynamic_entity_reference',
  'user',
  'block',
  'language',
  'field',
  'system',
  'locale',
  'content_translation',
];