You are here

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

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

Class

PageExampleTest
Creates page and render the content based on the arguments passed in the URL.

Namespace

Drupal\Tests\page_example\Functional

Code

protected $defaultTheme = 'stark';