public static function BootstrapGetFilenameTestCase::getInfo

File

drupal/modules/simpletest/tests/bootstrap.test, line 389

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