You are here

public static property BlockTest::$modules in Acquia Content Hub 8.2

Modules to enable.

Type: array

Overrides ImportExportTestBase::$modules

File

tests/src/Kernel/BlockTest.php, line 17

Class

BlockTest
Tests exporting and import blocks.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

public static $modules = [
  'user',
  'node',
  'field',
  'block_content',
];