protected property SessionExampleTest::$defaultTheme in Examples for Developers 8
Same name and namespace in other branches
- 3.x modules/session_example/tests/src/Functional/SessionExampleTest.php \Drupal\Tests\session_example\Functional\SessionExampleTest::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
- session_example/
tests/ src/ Functional/ SessionExampleTest.php, line 21
Class
- SessionExampleTest
- Tests the basic functions of the Session Example module.
Namespace
Drupal\Tests\session_example\FunctionalCode
protected $defaultTheme = 'stark';