You are here

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

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

Class

CronJobKernelTest
Tests CRUD for cron jobs.

Namespace

Drupal\Tests\ultimate_cron\Kernel

Code

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