You are here

protected static property WorkspaceCacheContextTest::$modules in Drupal 10

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

File

core/modules/workspaces/tests/src/Functional/WorkspaceCacheContextTest.php, line 23

Class

WorkspaceCacheContextTest
Tests the workspace cache context.

Namespace

Drupal\Tests\workspaces\Functional

Code

protected static $modules = [
  'block',
  'node',
  'workspaces',
];