public static function BootstrapGetFilenameWebTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ bootstrap.test, line 471
Class
- BootstrapGetFilenameWebTestCase
- Test drupal_get_filename() in the context of a full Drupal installation.
Code
public static function getInfo() {
return array(
'name' => 'Get filename test (full installation)',
'description' => 'Test that drupal_get_filename() works correctly in the context of a full Drupal installation.',
'group' => 'Bootstrap',
);
}