public static function GetFilenameUnitTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/GetFilenameUnitTest.php, line 17
Definition of Drupal\system\Tests\Bootstrap\GetFilenameUnitTest.

Class

GetFilenameUnitTest
Tests drupal_get_filename()'s availability.

Namespace

Drupal\system\Tests\Bootstrap

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