BackdropWebTestCase::prepareEnvironment in core/modules/simpletest/backdrop_web_test_case.php
Prepares the current environment for running the test.
BackdropWebTestCase::tearDown in core/modules/simpletest/backdrop_web_test_case.php
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
BackdropWebTestCaseCache::tearDown in core/modules/simpletest/backdrop_web_test_case_cache.php
Reset the database prefix and global config.
drupal_register_shutdown_function in core/includes/drupal.inc
Registers a function for execution on shutdown.
entity_modules_uninstalled in core/modules/entity/entity.module
Implements hook_modules_uninstalled().
hook_boot in core/modules/system/system.api.php
Perform setup tasks for all page requests.
node_show in core/modules/node/node.module
Page callback: Generates an array which displays a node detail page.
search_cron in core/modules/search/search.module
Implements hook_cron().
search_reindex_batch in core/modules/search/search.module
Batch operation to rebuild the search index.
system_test_page_shutdown_functions in core/modules/simpletest/tests/system_test.module
A simple page callback which adds a register shutdown function.
_backdrop_session_read in core/includes/session.inc
Reads an entire session from the database (internal use only).
_backdrop_shutdown_function in core/includes/bootstrap.inc
Executes registered shutdown functions.
_lock_id in core/includes/lock.inc
Helper function to get this request's unique id.
_menu_clear_page_cache in core/includes/menu.inc
Clears the page and block caches at most twice per page load.
_system_test_first_shutdown_function in core/modules/simpletest/tests/system_test.module
Dummy shutdown function which registers another shutdown function.