public static function ReadOnlyStreamWrapperTest::getInfo

File

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

Class

ReadOnlyStreamWrapperTest
Tests that files can not be written using ReadOnlyStreamWrapper functions.

Namespace

Drupal\system\Tests\File

Code

public static function getInfo() {
  return array(
    'name' => 'Read only stream wrapper',
    'description' => 'Tests the read-only stream wrapper write functions.',
    'group' => 'File API',
  );
}