You are here

public static property UITestBase::$modules in Zircon Profile 8

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

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

core/modules/views_ui/src/Tests/UITestBase.php, line 36
Contains \Drupal\views_ui\Tests\UITestBase.

Class

UITestBase
Provides a base class for testing the Views UI.

Namespace

Drupal\views_ui\Tests

Code

public static $modules = array(
  'node',
  'views_ui',
  'block',
  'taxonomy',
);