You are here

public static property UITestBase::$modules in Drupal 8

Same name in this branch
  1. 8 core/modules/views_ui/src/Tests/UITestBase.php \Drupal\views_ui\Tests\UITestBase::modules
  2. 8 core/modules/views_ui/tests/src/Functional/UITestBase.php \Drupal\Tests\views_ui\Functional\UITestBase::modules
Same name and namespace in other branches
  1. 9 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

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