You are here

public static property ImportOpmlTest::$modules in Zircon Profile 8.0

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

Modules to install.

Type: array

Overrides AggregatorTestBase::$modules

File

core/modules/aggregator/src/Tests/ImportOpmlTest.php, line 22
Contains \Drupal\aggregator\Tests\ImportOpmlTest.

Class

ImportOpmlTest
Tests OPML import.

Namespace

Drupal\aggregator\Tests

Code

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