You are here

protected static property MailchimpSignupFormTest::$modules in Mailchimp 2.x

Same name and namespace in other branches
  1. 8 modules/mailchimp_signup/tests/src/Functional/MailchimpSignupFormTest.php \Drupal\Tests\mailchimp_signup\Functional\MailchimpSignupFormTest::modules

Modules to enable.

The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.

Type: string[]

Overrides FunctionalMailchimpTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

modules/mailchimp_signup/tests/src/Functional/MailchimpSignupFormTest.php, line 18

Class

MailchimpSignupFormTest
Tests the Mailchimp signup form.

Namespace

Drupal\Tests\mailchimp_signup\Functional

Code

protected static $modules = [
  'mailchimp_signup',
];