function UpdatePostUpdateExceptionTest::doSelectionTest
Tests the selection page.
Overrides UpdatePathTestTrait::doSelectionTest
File
- 
              core/modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdatePostUpdateExceptionTest.php, line 68 
Class
- UpdatePostUpdateExceptionTest
- Tests hook_post_update() when there is an exception in a post update.
Namespace
Drupal\Tests\system\Functional\UpdateSystemCode
protected function doSelectionTest() : void {
  $this->assertSession()
    ->assertEscaped("Post update that throws an exception.");
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
