public static property AggregatorTestBase::$modules

Modules to enable.

Type: array

File

drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php, line 22
Definition of Drupal\aggregator\Tests\AggregatorTestBase.

Class

AggregatorTestBase
Defines a base class for testing aggregator.module.

Namespace

Drupal\aggregator\Tests

Code

public static $modules = array(
  'node',
  'block',
  'aggregator',
  'aggregator_test',
);