Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
1 <?php | 1 <?php |
2 | 2 |
3 namespace Drupal\Tests\config\Functional; | 3 namespace Drupal\Tests\config\Functional; |
4 | 4 |
5 use Drupal\system\Tests\Cache\AssertPageCacheContextsAndTagsTrait; | |
6 use Drupal\Tests\BrowserTestBase; | 5 use Drupal\Tests\BrowserTestBase; |
6 use Drupal\Tests\system\Functional\Cache\AssertPageCacheContextsAndTagsTrait; | |
7 | 7 |
8 /** | 8 /** |
9 * Tests if configuration overrides correctly affect cacheability metadata. | 9 * Tests if configuration overrides correctly affect cacheability metadata. |
10 * | 10 * |
11 * @group config | 11 * @group config |