You are here

public static property PreviewLinkBase::$modules in Preview Link 8

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

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/PreviewLinkBase.php, line 22

Class

PreviewLinkBase
Base class for preview link testing.

Namespace

Drupal\Tests\preview_link\Kernel

Code

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