You are here

protected function UpdatePathTestBase::doSelectionTest in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Update/UpdatePathTestBase.php \Drupal\system\Tests\Update\UpdatePathTestBase::doSelectionTest()

Tests the selection page.

2 calls to UpdatePathTestBase::doSelectionTest()
UpdatePathTestBase::runUpdates in core/modules/system/src/Tests/Update/UpdatePathTestBase.php
Helper function to run pending database updates.
UpdatePostUpdateTest::doSelectionTest in core/modules/system/src/Tests/Update/UpdatePostUpdateTest.php
Tests the selection page.
3 methods override UpdatePathTestBase::doSelectionTest()
UpdatePathTestJavaScriptTest::doSelectionTest in core/modules/system/src/Tests/Update/UpdatePathTestJavaScriptTest.php
Tests the selection page.
UpdatePostUpdateFailingTest::doSelectionTest in core/modules/system/src/Tests/Update/UpdatePostUpdateFailingTest.php
Tests the selection page.
UpdatePostUpdateTest::doSelectionTest in core/modules/system/src/Tests/Update/UpdatePostUpdateTest.php
Tests the selection page.

File

core/modules/system/src/Tests/Update/UpdatePathTestBase.php, line 317
Contains \Drupal\system\Tests\Update\UpdatePathTestBase.

Class

UpdatePathTestBase
Provides a base class for writing an update test.

Namespace

Drupal\system\Tests\Update

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