public static property AggregatorTestBase::$modules

Modules to enable.

Type: array

File

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

Class

AggregatorTestBase
Defines a base class for testing the Aggregator module.

Namespace

Drupal\aggregator\Tests

Code

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