12 calls to drupal_flush_all_caches()
- AggregatorRenderingTestCase::testBlockLinks in drupal-7.x/
modules/ aggregator/ aggregator.test - Adds a feed block to the page and checks its links.
- BlockTestCase::testBlockRehash in drupal-7.x/
modules/ block/ block.test - Test _block_rehash().
- CacheClearCase::testFlushAllCaches in drupal-7.x/
modules/ simpletest/ tests/ cache.test - Test drupal_flush_all_caches().
- DrupalWebTestCase::resetAll in drupal-7.x/
modules/ simpletest/ drupal_web_test_case.php - Reset all data structures after having enabled new modules.
- EnableDisableTestCase::testEntityInfoChanges in drupal-7.x/
modules/ system/ system.test - Ensures entity info cache is updated after changes.
- install_finished in drupal-7.x/
includes/ install.core.inc - Finishes importing files at end of installation.
- SystemInfoAlterTestCase::testSystemInfoAlter in drupal-7.x/
modules/ system/ system.test - Tests that {system}.info is rebuilt after a module that implements hook_system_info_alter() is enabled. Also tests if core *_list() functions return freshly altered info.
- system_clear_cache_submit in drupal-7.x/
modules/ system/ system.admin.inc - Submit callback; clear system caches.
- system_modules_submit in drupal-7.x/
modules/ system/ system.admin.inc - Submit callback; handles modules form submission.
- update_finished in drupal-7.x/
includes/ update.inc - Finishes the update process and stores the results for eventual display.
- update_script_selection_form in drupal-7.x/
update.php - Form constructor for the list of available database module updates.
- _install_profile_modules_finished in drupal-7.x/
includes/ install.core.inc - 'Finished' callback for module installation batch.