function CronRunTrait::cronRun
Same name and namespace in other branches
- 11.x core/tests/Drupal/Tests/Traits/Core/CronRunTrait.php \Drupal\Tests\Traits\Core\CronRunTrait::cronRun()
- 10 core/tests/Drupal/Tests/Traits/Core/CronRunTrait.php \Drupal\Tests\Traits\Core\CronRunTrait::cronRun()
- 8.9.x core/tests/Drupal/Tests/Traits/Core/CronRunTrait.php \Drupal\Tests\Traits\Core\CronRunTrait::cronRun()
Runs cron on the test site.
File
-
core/
tests/ Drupal/ Tests/ Traits/ Core/ CronRunTrait.php, line 13
Class
- CronRunTrait
- Adds ability to run cron from tests.
Namespace
Drupal\Tests\Traits\CoreCode
protected function cronRun() {
$this->drupalGet('cron/' . \Drupal::state()->get('system.cron_key'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.