You are here

protected static property UITestBase::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views_ui/tests/src/Functional/UITestBase.php \Drupal\Tests\views_ui\Functional\UITestBase::modules

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

core/modules/views_ui/tests/src/Functional/UITestBase.php, line 31

Class

UITestBase
Provides a base class for testing the Views UI.

Namespace

Drupal\Tests\views_ui\Functional

Code

protected static $modules = [
  'node',
  'views_ui',
  'block',
  'taxonomy',
];