public static property ReadOnlyStreamWrapperTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/system/lib/Drupal/system/Tests/File/ReadOnlyStreamWrapperTest.php, line 20
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 $modules = array(
  'file_test',
);