You are here

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

Same name and namespace in other branches
  1. 8 render_example/tests/src/Functional/RenderExampleTest.php \Drupal\Tests\render_example\Functional\RenderExampleTest::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/render_example/tests/src/Functional/RenderExampleTest.php, line 21

Class

RenderExampleTest
Test the render example functionality.

Namespace

Drupal\Tests\render_example\Functional

Code

protected $defaultTheme = 'bartik';