12 calls to WebTestBase::cronRun()

AggregatorCronTest::testCron in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorCronTest.php
Add feeds update them on cron.
CronRunTest::testCronExceptions in drupal/core/modules/system/lib/Drupal/system/Tests/System/CronRunTest.php
Make sure exceptions thrown on hook_cron() don't affect other modules.
DBLogTest::verifyCron in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php
Verifies that cron correctly applies the database log row limit.
FloodTest::testCleanUp in drupal/core/modules/system/lib/Drupal/system/Tests/System/FloodTest.php
Test flood control mechanism clean-up.
SearchCommentTest::assertCommentAccess in drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentTest.php
Update search index and search for comment.
SearchCommentTest::testAddNewComment in drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentTest.php
Verify that 'add new comment' does not appear in search results or index.
SearchCommentTest::testSearchResultsComment in drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentTest.php
Verify that comments are rendered using proper format in search results.
SearchNumberMatchingTest::setUp in drupal/core/modules/search/lib/Drupal/search/Tests/SearchNumberMatchingTest.php
Sets up a Drupal site for running functional and integration tests.
SearchNumbersTest::setUp in drupal/core/modules/search/lib/Drupal/search/Tests/SearchNumbersTest.php
Sets up a Drupal site for running functional and integration tests.
StatisticsAdminTest::testExpiredLogs in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php
Tests that cron clears day counts and expired access logs.
UpdateCoreTest::testModulePageRunCron in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreTest.php
Checks that running cron updates the list of available updates.
UsageTest::testTempFileCleanup in drupal/core/modules/file/lib/Drupal/file/Tests/UsageTest.php
Ensure that temporary files are removed.