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

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