public static function BootstrapGetFilenameTestCase::getInfo in SimpleTest 7
File
- tests/
bootstrap.test, line 284
Class
- BootstrapGetFilenameTestCase
- Test drupal_get_filename()'s availability.
Code
public static function getInfo() {
return array(
'name' => 'Get filename test',
'description' => 'Test that drupal_get_filename() works correctly when the file is not found in the database.',
'group' => 'Bootstrap',
);
}