15 calls to DrupalWebTestCase::cronRun()

CronQueueTestCase::testCallable in drupal/modules/system/system.test
Tests worker defined as a class method callable.
CronQueueTestCase::testExceptions in drupal/modules/system/system.test
Tests that exceptions thrown by workers are handled properly.
CronRunTestCase::testCronExceptions in drupal/modules/system/system.test
Make sure exceptions thrown on hook_cron() don't affect other modules.
CronRunTestCase::testTempFileCleanup in drupal/modules/system/system.test
Ensure that temporary files are removed.
DBLogTestCase::verifyCron in drupal/modules/dblog/dblog.test
Verifies that cron correctly applies the database log row limit.
FloodFunctionalTest::testCleanUp in drupal/modules/system/system.test
Test flood control mechanism clean-up.
SearchCommentTestCase::checkCommentAccess in drupal/modules/search/search.test
Update search index and search for comment.
SearchCommentTestCase::testAddNewComment in drupal/modules/search/search.test
Verify that 'add new comment' does not appear in search results or index.
SearchCommentTestCase::testSearchResultsComment in drupal/modules/search/search.test
Verify that comments are rendered using proper format in search results.
SearchNumberMatchingTestCase::setUp in drupal/modules/search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchNumbersTestCase::setUp in drupal/modules/search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchSetLocaleTest::setUp in drupal/modules/search/search.test
Sets up a Drupal site for running functional and integration tests.
StatisticsAdminTestCase::testExpiredLogs in drupal/modules/statistics/statistics.test
Tests that cron clears day counts and expired access logs.
TriggerCronTestCase::testActionsCron in drupal/modules/trigger/trigger.test
Tests assigning multiple actions to the cron trigger.
UpdateCoreTestCase::testModulePageRunCron in drupal/modules/update/update.test
Checks that running cron updates the list of available updates.