DrupalWebTestCase::cronRun

7 drupal_web_test_case.php protected DrupalWebTestCase::cronRun()

Runs cron in the Drupal installed by Simpletest.

File

modules/simpletest/drupal_web_test_case.php, line 2141

Code

protected function cronRun() {
  $this->drupalGet($GLOBALS['base_url'] . '/cron.php', array('external' => TRUE, 'query' => array('cron_key' => variable_get('cron_key', 'drupal'))));
}
Login or register to post comments