public static property GatherContentUploadTestBase::$modules in GatherContent 8.5
Modules to enable.
Type: array
Overrides EntityKernelTestBase::$modules
File
- gathercontent_upload/
tests/ src/ Kernel/ GatherContentUploadTestBase.php, line 33
Class
- GatherContentUploadTestBase
- Class GatherContentUploadTestBase.
Namespace
Drupal\Tests\gathercontent_upload\KernelCode
public static $modules = [
'node',
'field',
'image',
'file',
'taxonomy',
'language',
'content_translation',
'entity_reference_revisions',
'paragraphs',
'migrate',
'migrate_tools',
'migrate_plus',
'token',
'metatag',
'gathercontent',
'gathercontent_upload',
'gathercontent_upload_test_config',
];