Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Menu / LocalTaskManagerTest.php
index f3b156e136faf3a09e206ca5d87496c31eea409c..624d5922144deea55e4a20419c275f111ed8567a 100644 (file)
@@ -413,7 +413,7 @@ class LocalTaskManagerTest extends UnitTestCase {
       ->method('getDefinitions')
       ->will($this->returnValue($definitions));
 
-    // Set up some cacheablity metadata and ensure its merged together.
+    // Set up some cacheability metadata and ensure its merged together.
     $definitions['menu_local_task_test_tasks_settings']['cache_tags'] = ['tag.example1'];
     $definitions['menu_local_task_test_tasks_settings']['cache_contexts'] = ['context.example1'];
     $definitions['menu_local_task_test_tasks_edit']['cache_tags'] = ['tag.example2'];
@@ -462,7 +462,6 @@ class LocalTaskManagerTest extends UnitTestCase {
       $mock->getCacheTags()->willReturn(isset($info['cache_tags']) ? $info['cache_tags'] : []);
       $mock->getCacheMaxAge()->willReturn(isset($info['cache_max_age']) ? $info['cache_max_age'] : Cache::PERMANENT);
 
-
       $access_manager_map[] = [$info['route_name'], [], $this->account, TRUE, $info['access']];
 
       $map[] = [$info['id'], [], $mock->reveal()];