You are here

protected static property NewViewConfigSchemaTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides UITestBase::$modules

File

core/modules/views_ui/tests/src/Functional/NewViewConfigSchemaTest.php, line 17

Class

NewViewConfigSchemaTest
Tests configuration schema against new views.

Namespace

Drupal\Tests\views_ui\Functional

Code

protected static $modules = [
  'views_ui',
  'node',
  'comment',
  'file',
  'taxonomy',
  'dblog',
  'aggregator',
];