You are here

19 calls to CronRunTrait::cronRun() in Drupal 9

AggregatorCronTest::testCron in core/modules/aggregator/tests/src/Functional/AggregatorCronTest.php
Adds feeds and updates them via cron process.
BrowserTestBaseTest::testCronRun in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests the ::cronRun() method.
CronRunTest::testCronExceptions in core/modules/system/tests/src/Functional/System/CronRunTest.php
Make sure exceptions thrown on hook_cron() don't affect other modules.
FeedLanguageTest::testFeedLanguage in core/modules/aggregator/tests/src/Functional/FeedLanguageTest.php
Tests creation of feeds with a language.
HelpTopicSearchTest::setUp in core/modules/help_topics/tests/src/Functional/HelpTopicSearchTest.php
HelpTopicSearchTest::testHelpSearch in core/modules/help_topics/tests/src/Functional/HelpTopicSearchTest.php
Tests help topic search.
LocaleUpdateCronTest::testUpdateCron in core/modules/locale/tests/src/Functional/LocaleUpdateCronTest.php
Tests interface translation update using cron.
ReEnableModuleFieldTest::testReEnabledField in core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php
Tests the behavior of a field module after being disabled and re-enabled.
SearchCommentTest::assertCommentAccess in core/modules/search/tests/src/Functional/SearchCommentTest.php
Update search index and search for comment.
SearchCommentTest::testAddNewComment in core/modules/search/tests/src/Functional/SearchCommentTest.php
Verify that 'add new comment' does not appear in search results or index.
SearchCommentTest::testSearchResultsComment in core/modules/search/tests/src/Functional/SearchCommentTest.php
Verify that comments are rendered using proper format in search results.
SearchIntegrationTest::testSearchIntegration in core/modules/views/tests/src/Functional/SearchIntegrationTest.php
Tests search integration.
SearchMultilingualTest::testMultilingualSearchFilter in core/modules/views/tests/src/Functional/SearchMultilingualTest.php
Tests search with multilingual nodes.
SearchNumberMatchingTest::setUp in core/modules/search/tests/src/Functional/SearchNumberMatchingTest.php
SearchNumbersTest::setUp in core/modules/search/tests/src/Functional/SearchNumbersTest.php
SearchRankingTest::testRankings in core/modules/search/tests/src/Functional/SearchRankingTest.php
StatisticsAdminTest::testExpiredLogs in core/modules/statistics/tests/src/Functional/StatisticsAdminTest.php
Tests that cron clears day counts and expired access logs.
UpdateSemverCoreTest::testBrokenThenFixedUpdates in core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
Checks that Drupal recovers after problems connecting to update server.
UpdateSemverCoreTest::testModulePageRunCron in core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
Checks that running cron updates the list of available updates.