core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php b/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php index d926528..b1cc1c2 100644 --- a/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php +++ b/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php @@ -515,6 +515,7 @@ public function testMenuBlockPageCacheTags() { $cid_parts = array(url('test-page', array('absolute' => TRUE)), 'html'); $cid = sha1(implode(':', $cid_parts)); $cache_entry = \Drupal::cache('page')->get($cid); + sort($cache_entry->tags); $this->assertIdentical($cache_entry->tags, array('content:1', 'menu:llama')); // The "Llama" menu is modified.