You are here

public static property PluginTestBase::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Plugin/PluginTestBase.php \Drupal\system\Tests\Plugin\PluginTestBase::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/system/src/Tests/Plugin/PluginTestBase.php, line 28
Contains \Drupal\system\Tests\Plugin\PluginTestBase.

Class

PluginTestBase
Base class for Plugin API unit tests.

Namespace

Drupal\system\Tests\Plugin

Code

public static $modules = array(
  'plugin_test',
);