trait CronRunTrait

Same name and namespace in other branches
  1. 8.9.x core/tests/Drupal/Tests/Traits/Core/CronRunTrait.php \Drupal\Tests\Traits\Core\CronRunTrait
  2. 10 core/tests/Drupal/Tests/Traits/Core/CronRunTrait.php \Drupal\Tests\Traits\Core\CronRunTrait
  3. 11.x core/tests/Drupal/Tests/Traits/Core/CronRunTrait.php \Drupal\Tests\Traits\Core\CronRunTrait

Adds ability to run cron from tests.

Hierarchy

1 file declares its use of CronRunTrait
BrowserTestBaseTest.php in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php

File

core/tests/Drupal/Tests/Traits/Core/CronRunTrait.php, line 8

Namespace

Drupal\Tests\Traits\Core
View 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.