You are here

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

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

The modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/system/src/Tests/Queue/QueueTest.php, line 27
Contains \Drupal\system\Tests\Queue\QueueTest.

Class

QueueTest
Queues and dequeues a set of items to check the basic queue functionality.

Namespace

Drupal\system\Tests\Queue

Code

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