You are here

protected static property ViewExecutableTest::$modules in Drupal 10

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

File

core/modules/views/tests/src/Kernel/ViewExecutableTest.php, line 36

Class

ViewExecutableTest
Tests the ViewExecutable class.

Namespace

Drupal\Tests\views\Kernel

Code

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