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