Commit ccf9f34b authored by Jess's avatar Jess
Browse files

Issue #3173891 by shetpooja04, meena.bisht: Remove unused variable...

Issue #3173891 by shetpooja04, meena.bisht: Remove unused variable $assert_session in UpdateScriptTest.php, system module

(cherry picked from commit 9a6f2d10)
parent df91ebe3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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'));