public static property SimplenewsSynchronizeFieldsTest::$modules in Simplenews 8.2
Same name and namespace in other branches
- 8 tests/src/Kernel/SimplenewsSynchronizeFieldsTest.php \Drupal\Tests\simplenews\Kernel\SimplenewsSynchronizeFieldsTest::modules
- 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\KernelCode
public static $modules = [
'simplenews',
'user',
'field',
'system',
'language',
];