You are here

protected static property ViewTestBase::$modules in Drupal 10

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

Modules to enable.

Type: array

File

core/modules/views/tests/src/Functional/ViewTestBase.php, line 30

Class

ViewTestBase
Defines a base class for Views testing in the full web test environment.

Namespace

Drupal\Tests\views\Functional

Code

protected static $modules = [
  'views',
  'views_test_config',
];