You are here

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

Modules to enable.

Type: array

Overrides BlockContentTypeTest::$modules

File

tests/src/Functional/BlockContentTypeTemplatesTest.php, line 18

Class

BlockContentTypeTemplatesTest
Create a block and test block markup by attempting to view the altered block.

Namespace

Drupal\Tests\acquia_contenthub\Functional

Code

public static $modules = [
  'block',
  'block_content',
  'acquia_contenthub',
];