You are here

protected static property SchedulerRulesEventsTest::$modules in Scheduler 8

Same name and namespace in other branches
  1. 2.x tests/src/Functional/SchedulerRulesEventsTest.php \Drupal\Tests\scheduler\Functional\SchedulerRulesEventsTest::modules

Additional modules required.

Type: array

Overrides SchedulerBrowserTestBase::$modules

File

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

Class

SchedulerRulesEventsTest
Tests the six events that Scheduler provides for use in Rules module.

Namespace

Drupal\Tests\scheduler\Functional

Code

protected static $modules = [
  'scheduler_rules_integration',
];