protected function UpdatePostUpdateTest::doSelectionTest in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/Update/UpdatePostUpdateTest.php \Drupal\system\Tests\Update\UpdatePostUpdateTest::doSelectionTest()
Tests the selection page.
Overrides UpdatePathTestBase::doSelectionTest
File
- core/
modules/ system/ src/ Tests/ Update/ UpdatePostUpdateTest.php, line 32 - Contains \Drupal\system\Tests\Update\UpdatePostUpdateTest.
Class
- UpdatePostUpdateTest
- Tests hook_post_update().
Namespace
Drupal\system\Tests\UpdateCode
protected function doSelectionTest() {
parent::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>');
}