core/modules/smart_cache/src/Tests/SmartCacheIntegrationTest.php | 1 - core/profiles/minimal/minimal.info.yml | 1 - core/profiles/standard/standard.info.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/core/modules/smart_cache/src/Tests/SmartCacheIntegrationTest.php b/core/modules/smart_cache/src/Tests/SmartCacheIntegrationTest.php index 804e4b2..9956a08 100644 --- a/core/modules/smart_cache/src/Tests/SmartCacheIntegrationTest.php +++ b/core/modules/smart_cache/src/Tests/SmartCacheIntegrationTest.php @@ -121,7 +121,6 @@ public function testSmartCache() { // 'current-temperature' cache tag responses are ignored by SmartCache. $this->drupalGet('smart-cache-test/html/uncacheable/tags'); $this->assertEqual('MISS', $this->drupalGetHeader('X-Drupal-SmartCache'), 'By default, Drupal has no auto-placeholdering cache tags.'); - } } diff --git a/core/profiles/minimal/minimal.info.yml b/core/profiles/minimal/minimal.info.yml index 9c1d809..206b8e7 100644 --- a/core/profiles/minimal/minimal.info.yml +++ b/core/profiles/minimal/minimal.info.yml @@ -8,6 +8,5 @@ dependencies: - block - dblog - page_cache - - smart_cache themes: - stark diff --git a/core/profiles/standard/standard.info.yml b/core/profiles/standard/standard.info.yml index b487f6d..a356ae8 100644 --- a/core/profiles/standard/standard.info.yml +++ b/core/profiles/standard/standard.info.yml @@ -26,7 +26,6 @@ dependencies: - options - path - page_cache - - smart_cache - taxonomy - dblog - search