You are here

public static property StringFormatterTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/field/src/Tests/String/StringFormatterTest.php \Drupal\field\Tests\String\StringFormatterTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/field/src/Tests/String/StringFormatterTest.php, line 31
Contains \Drupal\field\Tests\String\StringFormatterTest.

Class

StringFormatterTest
Tests the creation of text fields.

Namespace

Drupal\field\Tests\String

Code

public static $modules = array(
  'field',
  'text',
  'entity_test',
  'system',
  'filter',
  'user',
);