You are here

public static property EntityFormBlockTest::$modules in Entityform block 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/EntityFormBlockTest.php, line 24

Class

EntityFormBlockTest
Tests the entity form blocks.

Namespace

Drupal\Tests\entityform_block\Functional

Code

public static $modules = array(
  'node',
  'block',
  'entityform_block',
  'taxonomy',
  'comment',
  'contact',
);