commit 0eb8aa4fe1327b317fcd6ec50c8ecee014b4c3d5 Author: Joel Pittet Date: Mon May 11 00:06:47 2015 -0700 test fixes diff --git a/core/modules/block/src/Tests/BlockUiTest.php b/core/modules/block/src/Tests/BlockUiTest.php index 27cda9d..aba4ba1 100644 --- a/core/modules/block/src/Tests/BlockUiTest.php +++ b/core/modules/block/src/Tests/BlockUiTest.php @@ -65,7 +65,7 @@ protected function setUp() { ), array( 'label' => 'Powered by Drupal', - 'tr' => '18', + 'tr' => '16', 'plugin_id' => 'system_powered_by_block', 'settings' => array('region' => 'footer', 'id' => 'powered'), 'test_weight' => '0', diff --git a/core/modules/page_cache/src/Tests/PageCacheTagsIntegrationTest.php b/core/modules/page_cache/src/Tests/PageCacheTagsIntegrationTest.php index cd38de6..c163c3f 100644 --- a/core/modules/page_cache/src/Tests/PageCacheTagsIntegrationTest.php +++ b/core/modules/page_cache/src/Tests/PageCacheTagsIntegrationTest.php @@ -77,6 +77,7 @@ function testPageCacheTags() { 'route.menu_active_trails:tools', 'theme', 'timezone', + 'url.site', 'user.permissions', 'user.roles', ];