1 backdrop_web_test_case.php protected BackdropWebTestCase::cronRun()

Runs cron in the Backdrop installed by SimpleTest.

File

core/modules/simpletest/backdrop_web_test_case.php, line 2580

Class

BackdropWebTestCase
Test case for typical Backdrop tests.

Code

protected function cronRun() {
  $this->backdropGet($GLOBALS['base_url'] . '/core/cron.php', array('external' => TRUE, 'query' => array('cron_key' => state_get('cron_key'))));
}