trait CronRunTrait
Adds ability to run cron from tests.
Hierarchy
- trait \Drupal\Tests\Traits\Core\CronRunTrait
16 files declare their use of CronRunTrait
- BrowserTestBaseTest.php in core/tests/ Drupal/ FunctionalTests/ BrowserTestBaseTest.php 
- CronRunTest.php in core/modules/ system/ tests/ src/ Functional/ System/ CronRunTest.php 
- HelpTopicSearchTest.php in core/modules/ help/ tests/ src/ Functional/ HelpTopicSearchTest.php 
- LocaleUpdateCronTest.php in core/modules/ locale/ tests/ src/ Functional/ LocaleUpdateCronTest.php 
- ReEnableModuleFieldTest.php in core/modules/ field/ tests/ src/ Functional/ ReEnableModuleFieldTest.php 
File
- 
              core/tests/ Drupal/ Tests/ Traits/ Core/ CronRunTrait.php, line 10 
Namespace
Drupal\Tests\Traits\CoreView source
trait CronRunTrait {
  
  /**
   * Runs cron on the test site.
   */
  protected function cronRun() {
    $this->drupalGet('cron/' . \Drupal::state()->get('system.cron_key'));
  }
}Members
| Title Sort descending | Modifiers | Object type | Summary | 
|---|---|---|---|
| CronRunTrait::cronRun | protected | function | Runs cron on the test site. | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
