You are here

protected static property RawStringFormatterTest::$modules in Drupal 10

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

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

Class

RawStringFormatterTest
Tests the raw string formatter.

Namespace

Drupal\Tests\field\Kernel\String

Code

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