You are here

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

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

File

core/modules/config/src/Tests/CacheabilityMetadataConfigOverrideIntegrationTest.php, line 22
Contains \Drupal\config\Tests\CacheabilityMetadataConfigOverrideIntegrationTest.

Class

CacheabilityMetadataConfigOverrideIntegrationTest
Tests if configuration overrides correctly affect cacheability metadata.

Namespace

Drupal\config\Tests

Code

public static $modules = [
  'block_test',
  'config_override_integration_test',
];