You are here

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/LauncherPluginTest.php, line 20

Class

LauncherPluginTest
Tests the default scheduler plugins.

Namespace

Drupal\Tests\ultimate_cron\Kernel

Code

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