12 calls to drupal_get_filename()

BootstrapGetFilenameTestCase::testDrupalGetFilename in drupal/modules/simpletest/tests/bootstrap.test
Test that drupal_get_filename() works correctly when the file is not found in the database.
BootstrapGetFilenameWebTestCase::testDrupalGetFilename in drupal/modules/simpletest/tests/bootstrap.test
Test that drupal_get_filename() works correctly with a full Drupal site.
DrupalUnitTestCase::setUp in drupal/modules/simpletest/drupal_web_test_case.php
Sets up unit test environment.
drupal_get_path in drupal/includes/common.inc
Returns the path to a system item (module, theme, etc.).
drupal_load in drupal/includes/bootstrap.inc
Includes a file with the provided type and name.
ModuleUpdater::isInstalled in drupal/modules/system/system.updater.inc
Checks if the project is installed.
module_list in drupal/includes/module.inc
Returns a list of currently active modules.
simpletest_test_get_all in drupal/modules/simpletest/simpletest.module
Get a list of all of the tests provided by the system.
system_list in drupal/includes/module.inc
Builds a list of bootstrap modules and enabled modules and themes.
system_test_drupal_get_filename in drupal/modules/simpletest/tests/system_test.module
Page callback to run drupal_get_filename() on a particular module.
system_test_schema in drupal/modules/simpletest/tests/system_test.install
Implements hook_schema().
ThemeUpdater::isInstalled in drupal/modules/system/system.updater.inc
Checks if the project is installed.