function UpdatePostUpdateTest::doSelectionTest
Tests the selection page.
Overrides UpdatePathTestTrait::doSelectionTest
File
- 
              core/modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdatePostUpdateTest.php, line 75 
Class
- UpdatePostUpdateTest
- Tests hook_post_update().
Namespace
Drupal\Tests\system\Functional\UpdateSystemCode
protected function doSelectionTest() {
  // Ensure that normal and post_update updates are merged together on the
  // selection page.
  $this->assertRaw('<ul><li>8001 -   Normal update_N() function. </li><li>First update.</li><li>Second update.</li><li>Test0 update.</li><li>Test1 update.</li><li>Testing batch processing in post updates update.</li></ul>');
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
