protected static property SchedulerApiTest::$modules in Scheduler 8
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/ SchedulerApiTest.php, line 23
Class
- SchedulerApiTest
- Tests the API of the Scheduler module.
Namespace
Drupal\Tests\scheduler\FunctionalCode
protected static $modules = [
'scheduler_api_test',
'menu_ui',
'path',
];