You are here

public static property AggregatorTestBase::$modules in Zircon Profile 8

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

Modules to install.

Type: array

File

core/modules/aggregator/src/Tests/AggregatorTestBase.php, line 32
Contains \Drupal\aggregator\Tests\AggregatorTestBase.

Class

AggregatorTestBase
Defines a base class for testing the Aggregator module.

Namespace

Drupal\aggregator\Tests

Code

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