You are here

protected property StreamWrapperExampleTest::$defaultTheme 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::defaultTheme

The theme to install as the default for testing.

Defaults to the install profile's default theme, if it specifies any.

Type: string

Overrides BrowserTestBase::$defaultTheme

File

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

Class

StreamWrapperExampleTest
Functional tests for the stream wrapper example.

Namespace

Drupal\Tests\stream_wrapper_example\Functional

Code

protected $defaultTheme = 'stark';