You are here

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

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

Class

EmailExampleTest
Tests for the email_example module.

Namespace

Drupal\Tests\email_example\Functional

Code

protected $defaultTheme = 'stark';