StreamWrapperTest::$modules

Same name in other branches
  1. 3.x modules/stream_wrapper_example/tests/src/Kernel/StreamWrapperTest.php \Drupal\Tests\stream_wrapper_example\Kernel\StreamWrapperTest::modules
  2. 4.0.x modules/stream_wrapper_example/tests/src/Kernel/StreamWrapperTest.php \Drupal\Tests\stream_wrapper_example\Kernel\StreamWrapperTest::modules

Modules to enable.

Type: array

File

stream_wrapper_example/tests/src/Kernel/StreamWrapperTest.php, line 32

Class

StreamWrapperTest
Test of the Session Stream Wrapper Class.

Namespace

Drupal\Tests\stream_wrapper_example\Kernel

Code

public static $modules = [
    'stream_wrapper_example',
    'file',
    'system',
];