diff --git a/core/modules/system/src/Tests/Cache/PageCacheTagsIntegrationTest.php b/core/modules/system/src/Tests/Cache/PageCacheTagsIntegrationTest.php index 4c96456..febe96a 100644 --- a/core/modules/system/src/Tests/Cache/PageCacheTagsIntegrationTest.php +++ b/core/modules/system/src/Tests/Cache/PageCacheTagsIntegrationTest.php @@ -24,6 +24,9 @@ class PageCacheTagsIntegrationTest extends WebTestBase { protected $dumpHeaders = TRUE; + /** + * {@inheritdoc} + */ protected function setUp() { parent::setUp(); @@ -63,7 +66,7 @@ function testPageCacheTags() { 'request_path' => array( 'pages' => 'node/' . $node_2->id(), ), - ) + ), )); // Full node page 1. @@ -71,7 +74,7 @@ function testPageCacheTags() { 'rendered', 'block_view', 'config:block_list', - 'config:block.bartik_breadcrumbs', + 'config:block.block.bartik_breadcrumbs', 'config:block.block.bartik_content', 'config:block.block.bartik_tools', 'config:block.block.bartik_login', @@ -102,7 +105,7 @@ function testPageCacheTags() { 'rendered', 'block_view', 'config:block_list', - 'config:block.bartik_breadcrumbs', + 'config:block.block.bartik_breadcrumbs', 'config:block.block.bartik_content', 'config:block.block.bartik_tools', 'config:block.block.bartik_login',