You are here

public static property PreviewLinkStorageTest::$modules in Preview Link 2.0.x

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

Modules to enable.

Type: array

Overrides PreviewLinkBase::$modules

File

tests/src/Kernel/PreviewLinkStorageTest.php, line 25

Class

PreviewLinkStorageTest
Preview link session test.

Namespace

Drupal\Tests\preview_link\Kernel

Code

public static $modules = [
  'node',
  'filter',
];