You are here

protected static property WorkspaceSwitcherTest::$modules in Drupal 10

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

File

core/modules/workspaces/tests/src/Functional/WorkspaceSwitcherTest.php, line 21

Class

WorkspaceSwitcherTest
Tests workspace switching functionality.

Namespace

Drupal\Tests\workspaces\Functional

Code

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