You are here

protected static property FieldFormatterTest::$modules in Drupal 10

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

File

core/modules/field/tests/src/Kernel/FieldFormatterTest.php, line 21

Class

FieldFormatterTest
Tests for field formatters.

Namespace

Drupal\Tests\field\Kernel

Code

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