You are here

protected property MailchimpListsTestBase::$defaultTheme in Mailchimp 8

Same name and namespace in other branches
  1. 2.x modules/mailchimp_lists/tests/src/Functional/MailchimpListsTestBase.php \Drupal\Tests\mailchimp_lists\Functional\MailchimpListsTestBase::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/MailchimpListsTestBase.php, line 22

Class

MailchimpListsTestBase
Sets up Mailchimp Lists/Audiences module tests.

Namespace

Drupal\Tests\mailchimp_lists\Functional

Code

protected $defaultTheme = 'classy';