public static property InstallTest::$modules

Same name in this branch

Modules to enable.

Type: array

File

drupal/core/modules/system/lib/Drupal/system/Tests/Cache/InstallTest.php, line 24
Definition of Drupal\system\Tests\Cache\InstallTest.

Class

InstallTest
Tests the behavior of the cache backend used for installing Drupal.

Namespace

Drupal\system\Tests\Cache

Code

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