You are here

protected static property AggregatorPluginManagerTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 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

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