You are here

public static property DerivativeTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/KernelTests/Core/Plugin/DerivativeTest.php \Drupal\KernelTests\Core\Plugin\DerivativeTest::modules
  2. 10 core/tests/Drupal/KernelTests/Core/Plugin/DerivativeTest.php \Drupal\KernelTests\Core\Plugin\DerivativeTest::modules

Modules to enable.

Type: array

Overrides PluginTestBase::$modules

File

core/tests/Drupal/KernelTests/Core/Plugin/DerivativeTest.php, line 15

Class

DerivativeTest
Tests that derivative plugins are correctly discovered.

Namespace

Drupal\KernelTests\Core\Plugin

Code

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