comparison core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php @ 18:af1871eacc83

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:33:08 +0100
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
17:129ea1e6d783 18:af1871eacc83
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