You are here

protected static property WorkspaceIntegrationTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php \Drupal\Tests\workspaces\Kernel\WorkspaceIntegrationTest::modules
  2. 9 core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php \Drupal\Tests\workspaces\Kernel\WorkspaceIntegrationTest::modules

File

core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php, line 59

Class

WorkspaceIntegrationTest
Tests a complete publishing scenario across different workspaces.

Namespace

Drupal\Tests\workspaces\Kernel

Code

protected static $modules = [
  'entity_test',
  'field',
  'filter',
  'node',
  'text',
  'user',
  'system',
  'views',
  'language',
  'content_translation',
  'path_alias',
];