You are here

public static property FieldUiTest::$modules in Field Formatter Filter 2.0.x

Same name and namespace in other branches
  1. 8 tests/src/Functional/FieldUiTest.php \Drupal\Tests\field_formatter_filter\Kernel\FieldUiTest::modules

Modules to install.

Dependencies should be enabled automatically.

Type: string[]

Overrides BrowserTestBase::$modules

File

tests/src/Functional/FieldUiTest.php, line 28

Class

FieldUiTest
Tests applying the filter formatter to a node.

Namespace

Drupal\Tests\field_formatter_filter\Kernel

Code

public static $modules = [
  'node',
  'field_ui',
  'field_formatter_filter',
];