You are here

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

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

Modules to install.

Type: array

Overrides ExamplesBrowserTestBase::$modules

File

stream_wrapper_example/tests/src/Functional/StreamWrapperExampleTest.php, line 26

Class

StreamWrapperExampleTest
Functional tests for the stream wrapper example.

Namespace

Drupal\Tests\stream_wrapper_example\Functional

Code

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