WorkspaceEntityOperationsTest::$modules

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

Type: modules

Overrides KernelTestBase::$modules

File

core/modules/workspaces/tests/src/Kernel/WorkspaceEntityOperationsTest.php, line 27

Class

WorkspaceEntityOperationsTest
Tests entity operations with workspaces.

Namespace

Drupal\Tests\workspaces\Kernel

Code

protected static $modules = [
  'entity_test',
  'system',
  'user',
  'workspaces',
  'workspaces_test',
];

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