public static function LoadTest::getInfo

File

drupal/core/modules/file/lib/Drupal/file/Tests/LoadTest.php, line 14
Definition of Drupal\file\Tests\LoadTest.

Class

LoadTest
Tests the file_load() function.

Namespace

Drupal\file\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'File loading',
    'description' => 'Tests the file_load() function.',
    'group' => 'File API',
  );
}