You are here

public static property FieldApiTest::$modules in Field Formatter Filter 8

Same name and namespace in other branches
  1. 2.0.x tests/src/Kernel/FieldApiTest.php \Drupal\Tests\field_formatter_filter\Kernel\FieldApiTest::modules

Modules to install.

Type: string[]

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/FieldApiTest.php, line 28

Class

FieldApiTest
Tests applying the filter formatter to a node.

Namespace

Drupal\Tests\field_formatter_filter\Kernel

Code

public static $modules = [
  'node',
  'system',
  'user',
  'text',
  'field_ui',
  'field',
];