DerivativeTest::$modules

Same name 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
  3. 11.x core/tests/Drupal/KernelTests/Core/Plugin/DerivativeTest.php \Drupal\KernelTests\Core\Plugin\DerivativeTest::modules

Type: modules

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',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.