You are here

protected property SiteContactFormTest::$defaultTheme in Lightning Core 8.5

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/lightning_contact_form/tests/src/Functional/SiteContactFormTest.php, line 24

Class

SiteContactFormTest
Tests the site-wide contact form.

Namespace

Drupal\Tests\lightning_contact_form\Functional

Code

protected $defaultTheme = 'stark';