You are here

protected static property SchedulerEventsTest::$modules in Scheduler 2.x

Additional modules required.

@todo 'menu_ui' is in the exported node.type definition, and 'path' is in the entity_form_display. Could these be removed from the config files and then not needed here?

Type: array

Overrides SchedulerBrowserTestBase::$modules

File

tests/src/Functional/SchedulerEventsTest.php, line 21

Class

SchedulerEventsTest
Tests the six generic events that Scheduler dispatches.

Namespace

Drupal\Tests\scheduler\Functional

Code

protected static $modules = [
  'scheduler_api_test',
  'menu_ui',
  'path',
];