public static property ImportOpmlTest::$modules

Modules to enable.

Type: array

Overrides AggregatorTestBase::$modules

File

drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/ImportOpmlTest.php, line 20
Definition of Drupal\aggregator\Tests\ImportOpmlTest.

Class

ImportOpmlTest
Tests importing feeds from OPML functionality for the Aggregator module.

Namespace

Drupal\aggregator\Tests

Code

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