From 9a6f2d10b5b5ad605254a1edec610bf96b1f9ae9 Mon Sep 17 00:00:00 2001 From: xjm <xjm@65776.no-reply.drupal.org> Date: Mon, 26 Oct 2020 13:49:52 -0500 Subject: [PATCH] Issue #3173891 by shetpooja04, meena.bisht: Remove unused variable $assert_session in UpdateScriptTest.php, system module --- .../tests/src/Functional/UpdateSystem/UpdateScriptTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php b/core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php index 7db2827f6503..4ff0fa280a1a 100644 --- a/core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php +++ b/core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php @@ -414,7 +414,6 @@ public function testOrphanedSchemaEntries() { // Visit update.php and make sure we can click through to the 'No pending // updates' page without errors. - $assert_session = $this->assertSession(); $this->drupalGet($this->updateUrl, ['external' => TRUE]); $this->updateRequirementsProblem(); $this->clickLink(t('Continue')); -- GitLab