You are here

protected static property WorkspacesUpdateTest::$modules in Drupal 8

Modules to enable after the database is loaded.

Overrides UpdatePathTestBase::$modules

File

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

Class

WorkspacesUpdateTest
Tests the upgrade path for the Workspaces module.

Namespace

Drupal\Tests\workspaces\Functional\Update

Code

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