You are here

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

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/theming_example/tests/src/Functional/ThemingExampleTest.php, line 20

Class

ThemingExampleTest
Verify the tablesort functionality.

Namespace

Drupal\Tests\theming_example\Functional

Code

protected $defaultTheme = 'stark';