protected function IndependentScheduledUpdateTypeTest::gotoUpdateAdd in Scheduled Updates 8
Goto Add page for a update type.
Parameters
$type_id:
1 call to IndependentScheduledUpdateTypeTest::gotoUpdateAdd()
- IndependentScheduledUpdateTypeTest::checkRunningPromoteUpdates in tests/
src/ FunctionalJavascript/ IndependentScheduledUpdateTypeTest.php - Checking adding and running updates.
File
- tests/
src/ FunctionalJavascript/ IndependentScheduledUpdateTypeTest.php, line 105 - Contains \Drupal\Tests\scheduled_updates\IndependentScheduledUpdateTypeTest.
Class
- IndependentScheduledUpdateTypeTest
- Test adding an Independent Scheduled Update Type.
Namespace
Drupal\Tests\scheduled_updates\FunctionalJavascriptCode
protected function gotoUpdateAdd($type_id) {
$this
->drupalGet("admin/content/scheduled-update/add/{$type_id}");
}