You are here

public static property CronRunTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/system/src/Tests/System/CronRunTest.php \Drupal\system\Tests\System\CronRunTest::modules

Modules to enable.

Type: array

File

core/modules/system/src/Tests/System/CronRunTest.php, line 24
Contains \Drupal\system\Tests\System\CronRunTest.

Class

CronRunTest
Tests cron runs.

Namespace

Drupal\system\Tests\System

Code

public static $modules = [
  'common_test',
  'common_test_cron_helper',
  'automated_cron',
];