You are here

public static property InlineEntityFormTest::$modules in Workbench Access 8

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/InlineEntityFormTest.php, line 49

Class

InlineEntityFormTest
Tests workbench access with inline entity form.

Namespace

Drupal\Tests\workbench_access\Kernel

Code

public static $modules = [
  'workbench_access',
  'entity_test',
  'taxonomy',
  'options',
  'user',
  'system',
  'node',
  'filter',
  'field',
  'text',
  'inline_entity_form',
];