You are here

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

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/system/src/Tests/Cache/DatabaseBackendUnitTest.php, line 24
Contains \Drupal\system\Tests\Cache\DatabaseBackendUnitTest.

Class

DatabaseBackendUnitTest
Unit test of the database backend using the generic cache unit test base.

Namespace

Drupal\system\Tests\Cache

Code

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