- CommentNodeAutoCloserTestCase::testNodeCommentAutoCloserSettings in core/
modules/ comment/ tests/ comment.test - Tests the auto closer node type setting and the override setting on individual nodes.
- CronQueueTestCase::testCallable in core/
modules/ system/ tests/ system.test - Tests worker defined as a class method callable.
- CronQueueTestCase::testExceptions in core/
modules/ system/ tests/ system.test - Tests that exceptions thrown by workers are handled properly.
- CronRunTestCase::testCronExceptions in core/
modules/ system/ tests/ system.test - Make sure exceptions thrown on hook_cron() don't affect other modules.
- CronRunTestCase::testTempFileCleanup in core/
modules/ system/ tests/ system.test - Ensure that temporary files are removed.
- DBLogTestCase::verifyCron in core/
modules/ dblog/ tests/ dblog.test - Verifies that cron correctly applies the database log row limit.
- FloodFunctionalTest::testCleanUp in core/
modules/ system/ tests/ system.test - Test flood control mechanism clean-up.
- NodeAccessExampleTestCase::testNodeAccessBasic in modules/
examples/ node_access_example/ tests/ node_access_example.test - Test the "private" node access.
- NodePublishScheduling::testNodeTypeCreateDefaultDraft in core/
modules/ node/ tests/ node.test - NodeTypeTestCase::testNodeTypeCreation in core/
modules/ node/ tests/ node.test - Tests creating a content type programmatically and via a form.
- RedirectFunctionalTest::testPageCache in core/
modules/ redirect/ tests/ redirect.test - Tests the links added to 404 pages for creating URL redirects.
- SearchCommentTestCase::assertCommentAccess in core/
modules/ search/ tests/ search.test - Update search index and search for comment.
- SearchCommentTestCase::testAddNewComment in core/
modules/ search/ tests/ search.test - Verify that 'Add comment' does not appear in search results or index.
- SearchCommentTestCase::testSearchResultsComment in core/
modules/ search/ tests/ search.test - Verify that comments are rendered using proper format in search results.
- SearchNumberMatchingTestCase::setUp in core/
modules/ search/ tests/ search.test - Sets up a Backdrop site for running functional and integration tests.
- SearchNumbersTestCase::setUp in core/
modules/ search/ tests/ search.test - Sets up a Backdrop site for running functional and integration tests.
- SearchSetLocaleTest::setUp in core/
modules/ search/ tests/ search.test - Sets up a Backdrop site for running functional and integration tests.
- UpdateCoreTestCase::testModulePageRunCron in core/
modules/ update/ tests/ update.test - Checks that running cron updates the list of available updates.