function UpdatePathTestTrait::doSelectionTest

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/Tests/UpdatePathTestTrait.php \Drupal\Tests\UpdatePathTestTrait::doSelectionTest()
  2. 10 core/tests/Drupal/Tests/UpdatePathTestTrait.php \Drupal\Tests\UpdatePathTestTrait::doSelectionTest()
  3. 8.9.x core/tests/Drupal/Tests/UpdatePathTestTrait.php \Drupal\Tests\UpdatePathTestTrait::doSelectionTest()

Tests the selection page.

1 call to UpdatePathTestTrait::doSelectionTest()
UpdatePathTestTrait::runUpdates in core/tests/Drupal/Tests/UpdatePathTestTrait.php
Helper function to run pending database updates.

File

core/tests/Drupal/Tests/UpdatePathTestTrait.php, line 164

Class

UpdatePathTestTrait
Trait UpdatePathTestTrait.

Namespace

Drupal\Tests

Code

protected function doSelectionTest() {
  // No-op. Tests wishing to do test the selection page or the general
  // update.php environment before running update.php can override this method
  // and implement their required tests.
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.