You are here

public static property RawStringFormatterTest::$modules in Zircon Profile 8

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

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

Class

RawStringFormatterTest
Tests the raw string formatter

Namespace

Drupal\field\Tests\String

Code

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