You are here

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

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

Modules to install.

Type: array

Overrides AggregatorTestBase::$modules

File

core/modules/aggregator/src/Tests/AggregatorRenderingTest.php, line 24
Contains \Drupal\aggregator\Tests\AggregatorRenderingTest.

Class

AggregatorRenderingTest
Tests display of aggregator items on the page.

Namespace

Drupal\aggregator\Tests

Code

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