You are here

public static property AggregatorTestBase::$modules in Drupal 8

Same name in this branch
  1. 8 core/modules/aggregator/src/Tests/AggregatorTestBase.php \Drupal\aggregator\Tests\AggregatorTestBase::modules
  2. 8 core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php \Drupal\Tests\aggregator\Functional\AggregatorTestBase::modules
Same name and namespace in other branches
  1. 9 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

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