You are here

protected property IndividualUiTest::$defaultTheme in CRM Core 8.3

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/crm_core_contact/tests/src/Functional/IndividualUiTest.php, line 19

Class

IndividualUiTest
Tests the UI for Individual CRUD operations.

Namespace

Drupal\Tests\crm_core_contact\Functional

Code

protected $defaultTheme = 'stark';