public static function BootstrapGetFilenameTestCase::getInfo

7.x bootstrap.test public static BootstrapGetFilenameTestCase::getInfo()

File

drupal-7.x/modules/simpletest/tests/bootstrap.test, line 340

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',
  );
}