You are here

protected static property FieldFieldTest::$modules in Drupal 10

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

File

core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php, line 27

Class

FieldFieldTest
Provides some integration tests for the Field handler.

Namespace

Drupal\Tests\views\Kernel\Handler

Code

protected static $modules = [
  'field',
  'entity_test',
  'user',
  'views_test_formatter',
  'views_entity_test',
];