DrupalWebTestCase::drupalGetTestFiles in modules/simpletest/drupal_web_test_case.php
Get a list files that can be used in tests.
drupal_clear_css_cache in includes/common.inc
Deletes old cached CSS files.
drupal_clear_js_cache in includes/common.inc
Deletes old cached JavaScript files and variables.
drupal_get_database_types in includes/install.inc
Returns all supported database installer objects that are compiled into PHP.
drupal_system_listing in includes/common.inc
Returns information about system object files (modules, themes, etc.).
FileScanDirectory::testNoMask in modules/file/tests/file.test
Tests file_scan_directory() obeys 'file_scan_ignore_directories' setting. If nomask is not passed as argument, it should use the default settings. If nomask is passed as argument, it should obey this rule.
FileScanDirectoryTest::testOptionCallback in modules/simpletest/tests/file.test
Check that the callback function is called correctly.
FileScanDirectoryTest::testOptionKey in modules/simpletest/tests/file.test
Check that key parameter sets the return value's key.
FileScanDirectoryTest::testOptionMinDepth in modules/simpletest/tests/file.test
Check that the min_depth options lets us ignore files in the starting directory.
FileScanDirectoryTest::testOptionNoMask in modules/simpletest/tests/file.test
Check that the no-mask parameter is honored.
FileScanDirectoryTest::testOptionRecurse in modules/simpletest/tests/file.test
Check that the recurse option decends into subdirectories.
FileScanDirectoryTest::testReturn in modules/simpletest/tests/file.test
Check the format of the returned values.
ImageAdminStylesUnitTest::getImageCount in modules/image/image.test
Count the number of images currently create for a style.
ImageFieldValidateTestCase::testValid in modules/image/image.test
Test image validity.
ImageStyleFlushTest::getImageCount in modules/image/image.test
Count the number of images currently created for a style in a wrapper.
install_find_locales in includes/install.core.inc
Find all .po files for the current profile.
install_find_profiles in includes/install.core.inc
Finds all .profile files.
locale_batch_by_component in includes/locale.inc
Prepare a batch to run when installing modules or enabling themes.
locale_batch_by_language in includes/locale.inc
Prepare a batch to import translations for all enabled modules in a given language.
ModuleUpdater::canUpdateDirectory in modules/system/system.updater.inc
Determine if the Updater can handle the project provided in $directory.
simpletest_test_get_all in modules/simpletest/simpletest.module
Get a list of all of the tests provided by the system.
st in includes/install.inc
Translates a string when some systems are not available.
ThemeUpdater::canUpdateDirectory in modules/system/system.updater.inc
Determine if the Updater can handle the project provided in $directory.
Updater::findInfoFile in includes/updater.inc
Figure out what the most important (or only) info file is in a directory.
update_clear_update_disk_cache in modules/update/update.module
Clears the temporary files and directories based on file age from disk.
update_verify_update_archive in modules/update/update.module
Implements hook_verify_update_archive().