You are here

protected property GoogleAnalyticsStatusMessagesTest::$defaultTheme in Google Analytics 8.2

Same name and namespace in other branches
  1. 8.3 tests/src/Functional/GoogleAnalyticsStatusMessagesTest.php \Drupal\Tests\google_analytics\Functional\GoogleAnalyticsStatusMessagesTest::defaultTheme
  2. 4.x tests/src/Functional/GoogleAnalyticsStatusMessagesTest.php \Drupal\Tests\google_analytics\Functional\GoogleAnalyticsStatusMessagesTest::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

tests/src/Functional/GoogleAnalyticsStatusMessagesTest.php, line 24

Class

GoogleAnalyticsStatusMessagesTest
Test status messages functionality of Google Analytics module.

Namespace

Drupal\Tests\google_analytics\Functional

Code

protected $defaultTheme = 'stark';