You are here

public static property FileImageTest::$modules in Acquia Content Hub 8

Modules to enable for this test.

Type: string[]

Overrides ContentHubTestBase::$modules

File

tests/src/Functional/FileImageTest.php, line 54

Class

FileImageTest
Test that Acquia Content Hub produces a correct CDF of node with image file.

Namespace

Drupal\Tests\acquia_contenthub\Functional

Code

public static $modules = [
  'node',
  'acquia_contenthub',
  'menu_ui',
  'user',
  'entity',
  'file',
  'image',
  'field_ui',
  'file_entity',
];