WorkspaceViewsIntegrationTest::$modules

Same name and namespace in other branches
  1. 11.x core/modules/workspaces/tests/src/Kernel/WorkspaceViewsIntegrationTest.php \Drupal\Tests\workspaces\Kernel\WorkspaceViewsIntegrationTest::modules

Type: modules

Overrides ViewsKernelTestBase::$modules

File

core/modules/workspaces/tests/src/Kernel/WorkspaceViewsIntegrationTest.php, line 38

Class

WorkspaceViewsIntegrationTest
Tests the views integration for workspaces.

Namespace

Drupal\Tests\workspaces\Kernel

Code

protected static $modules = [
  'content_translation',
  'entity_test',
  'field',
  'filter',
  'node',
  'language',
  'text',
  'views_ui',
  'workspaces',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.