You are here

public static property EntityBlockItemTest::$modules in Entityblock 8

Modules to enable.

Type: array

Overrides FieldKernelTestBase::$modules

File

tests/src/Kernel/EntityBlockItemTest.php, line 24

Class

EntityBlockItemTest
Tests the new entity API for the entityblock field type.

Namespace

Drupal\Tests\entityblock\Kernel

Code

public static $modules = array(
  'entityblock',
);