protected function ScheduledUpdatesTestBase::runUpdatesUI in Scheduled Updates 8
Runs Updates via the UI.
3 calls to ScheduledUpdatesTestBase::runUpdatesUI()
- EmbeddedScheduledUpdateTypeTestBase::checkRunningPromoteUpdates in tests/
src/ FunctionalJavascript/ EmbeddedScheduledUpdateTypeTestBase.php - Checking adding and running updates for title.
- EmbeddedScheduledUpdateTypeTestBase::checkRunningTitleUpdates in tests/
src/ FunctionalJavascript/ EmbeddedScheduledUpdateTypeTestBase.php - Checking adding and running updates for title.
- IndependentScheduledUpdateTypeTest::checkRunningPromoteUpdates in tests/
src/ FunctionalJavascript/ IndependentScheduledUpdateTypeTest.php - Checking adding and running updates.
File
- tests/
src/ FunctionalJavascript/ ScheduledUpdatesTestBase.php, line 233 - Contains \Drupal\Tests\scheduled_updates\ScheduledUpdatesTestBase.
Class
- ScheduledUpdatesTestBase
- Define base class for Scheduled Updates Tests
Namespace
Drupal\Tests\scheduled_updates\FunctionalJavascriptCode
protected function runUpdatesUI() {
$this
->drupalGet('admin/config/workflow/schedule-updates/run');
$this
->drupalPostForm(NULL, [], 'Run Updates');
}