You are here

protected property SessionExampleTest::$defaultTheme in Examples for Developers 3.x

Same name and namespace in other branches
  1. 8 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

modules/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\Functional

Code

protected $defaultTheme = 'stark';