You are here

public static property PreviewLinkEntityTest::$modules in Preview Link 2.x

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

Modules to enable.

Type: array

Overrides PreviewLinkBase::$modules

File

tests/src/Kernel/PreviewLinkEntityTest.php, line 21

Class

PreviewLinkEntityTest
Preview link session test.

Namespace

Drupal\Tests\preview_link\Kernel

Code

public static $modules = [
  'preview_link',
  'preview_link_test',
  'entity_test',
];