public static property GarbageCollectionTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\KeyValueStoreCode
public static $modules = array(
'system',
);