You are here

protected property EventsExampleTest::$defaultTheme in Examples for Developers 8

Same name and namespace in other branches
  1. 3.x modules/events_example/tests/src/Functional/EventsExampleTest.php \Drupal\Tests\events_example\Functional\EventsExampleTest::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

events_example/tests/src/Functional/EventsExampleTest.php, line 24

Class

EventsExampleTest
Test the functionality of the Events Example module.

Namespace

Drupal\Tests\events_example\Functional

Code

protected $defaultTheme = 'stark';