public static function StreamWrapperTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/File/StreamWrapperTest.php, line 27
Definition of Drupal\system\Tests\File\StreamWrapperTest.

Class

StreamWrapperTest
Tests stream wrapper functions.

Namespace

Drupal\system\Tests\File

Code

public static function getInfo() {
  return array(
    'name' => 'Stream wrappers',
    'description' => 'Tests stream wrapper functions.',
    'group' => 'File API',
  );
}