You are here

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

Modules to enable.

Type: array

Overrides BlockContentTypeTest::$modules

File

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

Class

BlockContentTypeHooksTest
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',
  'ch_block_content_test',
];