You are here

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

Same name in this branch
  1. 2.x tests/src/Functional/ScheduledTransitionEntityTest.php \Drupal\Tests\scheduled_transitions\Functional\ScheduledTransitionEntityTest::modules
  2. 2.x tests/src/Kernel/ScheduledTransitionEntityTest.php \Drupal\Tests\scheduled_transitions\Kernel\ScheduledTransitionEntityTest::modules
Same name and namespace in other branches
  1. 8 tests/src/Kernel/ScheduledTransitionEntityTest.php \Drupal\Tests\scheduled_transitions\Kernel\ScheduledTransitionEntityTest::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: array

Overrides KernelTestBase::$modules

See also

\Drupal\Tests\KernelTestBase::enableModules()

\Drupal\Tests\KernelTestBase::bootKernel()

File

tests/src/Kernel/ScheduledTransitionEntityTest.php, line 21

Class

ScheduledTransitionEntityTest
Tests scheduled transition entity.

Namespace

Drupal\Tests\scheduled_transitions\Kernel

Code

protected static $modules = [
  'scheduled_transitions',
  'dynamic_entity_reference',
  'content_moderation',
  'workflows',
  'field',
  'user',
  'system',
];