You are here

protected static property PreviewLinkSessionTokenUpdateTest::$modules in Preview Link 2.0.x

Same name and namespace in other branches
  1. 2.x tests/src/Functional/Update/PreviewLinkSessionTokenUpdateTest.php \Drupal\Tests\preview_link\Functional\Update\PreviewLinkSessionTokenUpdateTest::modules

Modules to enable after the database is loaded.

Overrides UpdatePathTestBase::$modules

File

tests/src/Functional/Update/PreviewLinkSessionTokenUpdateTest.php, line 26

Class

PreviewLinkSessionTokenUpdateTest
Tests upgrade path adding Preview Link session functionality.

Namespace

Drupal\Tests\preview_link\Functional\Update

Code

protected static $modules = [
  'entity_test',
  'preview_link_test',
];