You are here

protected static property SchedulerHooksTest::$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/SchedulerHooksTest.php, line 28

Class

SchedulerHooksTest
Tests the API hook functions of the Scheduler module.

Namespace

Drupal\Tests\scheduler\Functional

Code

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