You are here

public static property StringFormatterTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/field/tests/src/Kernel/String/StringFormatterTest.php \Drupal\Tests\field\Kernel\String\StringFormatterTest::modules
  2. 10 core/modules/field/tests/src/Kernel/String/StringFormatterTest.php \Drupal\Tests\field\Kernel\String\StringFormatterTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/field/tests/src/Kernel/String/StringFormatterTest.php, line 25

Class

StringFormatterTest
Tests the creation of text fields.

Namespace

Drupal\Tests\field\Kernel\String

Code

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