public static function StreamWrapperTest::getInfo

7.x file.test public static StreamWrapperTest::getInfo()

File

drupal-7.x/modules/simpletest/tests/file.test, line 2712
This provides SimpleTests for the core file handling functionality. These include FileValidateTest and FileSaveTest.

Class

StreamWrapperTest
Tests stream wrapper functions.

Code

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