You are here

public static property FieldOutputTest::$modules in Fences 8.2

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/FieldOutputTest.php, line 55

Class

FieldOutputTest
Test the field output under different configurations.

Namespace

Drupal\Tests\fences\Kernel

Code

public static $modules = [
  'user',
  'system',
  'field',
  'text',
  'filter',
  'entity_test',
  'field_test',
  'fences',
];