protected function BareMinimalAnonymousUpgradePathTest::finishUpgradeSession

Overrides \Drupal\system\Tests\Upgrade\UpgradePathTestBase::assertSessionKept().

Overrides BareMinimalUpgradePathTest::finishUpgradeSession

File

drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareMinimalAnonymousUpgradePathTest.php, line 48
Contains \Drupal\system\Tests\Upgrade\BareMinimalAnonymousUpgradePathTest.

Class

BareMinimalAnonymousUpgradePathTest
Tests the upgrade path without prior creation of config directions.

Namespace

Drupal\system\Tests\Upgrade

Code

protected function finishUpgradeSession() {

  // There is no active session, so nothing needs to be done here.
}