You are here

protected static property AggregatorTestBase::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php \Drupal\Tests\aggregator\Functional\AggregatorTestBase::modules

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php, line 30

Class

AggregatorTestBase
Defines a base class for testing the Aggregator module.

Namespace

Drupal\Tests\aggregator\Functional

Code

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