function BootstrapGetFilenameTestCase::getInfo
File
-
modules/
simpletest/ tests/ bootstrap.test, line 421
Class
- BootstrapGetFilenameTestCase
- Test drupal_get_filename()'s availability.
Code
public static function getInfo() {
return array(
'name' => 'Get filename test (without the system table)',
'description' => 'Test that drupal_get_filename() works correctly when the database is not available.',
'group' => 'Bootstrap',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.