You are here

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

Modules to enable.

Type: array

Overrides BlockContentTestBase::$modules

File

tests/src/Functional/BlockContentTypeTest.php, line 20

Class

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

Namespace

Drupal\Tests\acquia_contenthub\Functional

Code

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