You are here

public static property CronQueueTest::$modules in Zircon Profile 8

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

The modules to enable.

Type: array

File

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

Class

CronQueueTest
Tests the Cron Queue runner.

Namespace

Drupal\system\Tests\System

Code

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