You are here

public static property AggregatorPluginManagerTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/aggregator/tests/src/Kernel/AggregatorPluginManagerTest.php \Drupal\Tests\aggregator\Kernel\AggregatorPluginManagerTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/aggregator/tests/src/Kernel/AggregatorPluginManagerTest.php, line 19

Class

AggregatorPluginManagerTest
Tests the aggregator plugin manager.

Namespace

Drupal\Tests\aggregator\Kernel

Code

public static $modules = [
  'aggregator',
  'aggregator_test',
];