You are here

public static property SimplenewsSynchronizeFieldsFormTest::$modules in Simplenews 3.x

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/SimplenewsSynchronizeFieldsFormTest.php \Drupal\Tests\simplenews\Functional\SimplenewsSynchronizeFieldsFormTest::modules

Modules to enable.

Type: array

Overrides SimplenewsTestBase::$modules

File

tests/src/Functional/SimplenewsSynchronizeFieldsFormTest.php, line 20

Class

SimplenewsSynchronizeFieldsFormTest
Tests that shared fields are synchronized when using forms.

Namespace

Drupal\Tests\simplenews\Functional

Code

public static $modules = [
  'field',
  'simplenews',
];