You are here

public static property BulkFormEntityListBuilderTest::$modules in Entity API 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/BulkFormEntityListBuilderTest.php, line 34

Class

BulkFormEntityListBuilderTest
Tests the bulk-form list builder.

Namespace

Drupal\Tests\entity\Functional

Code

public static $modules = [
  'entity_module_test',
  'user',
  'entity',
  'block',
];