You are here

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

Same name and namespace in other branches
  1. 8 tests/src/Kernel/PreviewLinkBase.php \Drupal\Tests\preview_link\Kernel\PreviewLinkBase::modules
  2. 2.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 17

Class

PreviewLinkBase
Base class for preview link testing.

Namespace

Drupal\Tests\preview_link\Kernel

Code

public static $modules = [
  'preview_link',
  'dynamic_entity_reference',
];