You are here

public static property SchedulerPluginTest::$modules in Ultimate Cron 8.2

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

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

Class

SchedulerPluginTest
Tests the default scheduler plugins.

Namespace

Drupal\Tests\ultimate_cron\Kernel

Code

public static $modules = array(
  'ultimate_cron',
);