You are here

protected static property PathWorkspacesTest::$modules in Drupal 10

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

File

core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php, line 22

Class

PathWorkspacesTest
Tests path aliases with workspaces.

Namespace

Drupal\Tests\workspaces\Functional

Code

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