You are here

public static property StreamWrapperTest::$modules in Examples for Developers 8

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

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',
];