Issue #3158278 by mayurjadhav, Hardik_Patel_12, paulocs: Unused local variables from LocalTaskManagerTest file

merge-requests/7/head
catch 2020-08-26 00:27:39 +01:00
parent 664dee0235
commit d0c951598d
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ class LocalTaskManagerTest extends UnitTestCase {
->willReturn(new ParameterBag());
$cacheability = new CacheableMetadata();
$local_tasks = $this->manager->getTasksBuild('menu_local_task_test_tasks_view', $cacheability);
$this->manager->getTasksBuild('menu_local_task_test_tasks_view', $cacheability);
// Ensure that all cacheability metadata is merged together.
$this->assertEquals(['tag.example1', 'tag.example2'], $cacheability->getCacheTags());