You are here

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

Modules to enable for this test.

Type: string[]

File

tests/src/Functional/ParagraphsTest.php, line 44

Class

ParagraphsTest
Tests paragraphs support in Acquia Content Hub module.

Namespace

Drupal\Tests\acquia_contenthub\Functional

Code

public static $modules = [
  'node',
  'paragraphs',
  'acquia_contenthub',
  'ch_node_with_paragraphs',
];