You are here

public static property SimplenewsSynchronizeFieldsTest::$modules in Simplenews 8

Same name and namespace in other branches
  1. 8.2 tests/src/Kernel/SimplenewsSynchronizeFieldsTest.php \Drupal\Tests\simplenews\Kernel\SimplenewsSynchronizeFieldsTest::modules
  2. 3.x tests/src/Kernel/SimplenewsSynchronizeFieldsTest.php \Drupal\Tests\simplenews\Kernel\SimplenewsSynchronizeFieldsTest::modules

Modules to enable.

Type: array()

Overrides KernelTestBase::$modules

File

tests/src/Kernel/SimplenewsSynchronizeFieldsTest.php, line 23

Class

SimplenewsSynchronizeFieldsTest
Tests that fields shared by user account and subscribers are synchronized.

Namespace

Drupal\Tests\simplenews\Kernel

Code

public static $modules = array(
  'simplenews',
  'user',
  'field',
  'system',
  'language',
);