You are here

protected function UpdatePathTestTrait::doSelectionTest in Drupal 8

Same name and namespace in other branches
  1. 9 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.
3 methods override UpdatePathTestTrait::doSelectionTest()
UpdatePathTestJavaScriptTest::doSelectionTest in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestJavaScriptTest.php
Tests the selection page.
UpdatePostUpdateFailingTest::doSelectionTest in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateFailingTest.php
Tests the selection page.
UpdatePostUpdateTest::doSelectionTest in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateTest.php
Tests the selection page.

File

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

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.
}