AggregatorTestBase::$modules

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

Modules to install.

Type: array

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.