You are here

public static property ConfigEntityStaticCacheTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/config/src/Tests/ConfigEntityStaticCacheTest.php \Drupal\config\Tests\ConfigEntityStaticCacheTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/config/src/Tests/ConfigEntityStaticCacheTest.php, line 25
Contains \Drupal\config\Tests\ConfigEntityStaticCacheTest.

Class

ConfigEntityStaticCacheTest
Tests the entity static cache when used by config entities.

Namespace

Drupal\config\Tests

Code

public static $modules = array(
  'config_test',
  'config_entity_static_cache_test',
);