You are here

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

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

Modules to enable.

Type: array

File

core/modules/views_ui/src/Tests/NewViewConfigSchemaTest.php, line 24
Contains \Drupal\views_ui\Tests\NewViewConfigSchemaTest.

Class

NewViewConfigSchemaTest
Tests configuration schema against new views.

Namespace

Drupal\views_ui\Tests

Code

public static $modules = array(
  'views_ui',
  'node',
  'comment',
  'file',
  'taxonomy',
  'dblog',
  'aggregator',
);