You are here

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

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/system/src/Tests/KeyValueStore/GarbageCollectionTest.php, line 27
Contains \Drupal\system\Tests\KeyValueStore\GarbageCollectionTest.

Class

GarbageCollectionTest
Tests garbage collection for the expirable key-value database storage.

Namespace

Drupal\system\Tests\KeyValueStore

Code

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