public static property AggregatorRenderingTest::$modules

Modules to enable.

Type: array

Overrides AggregatorTestBase::$modules

File

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

Class

AggregatorRenderingTest
Tests rendering functionality in the Aggregator module.

Namespace

Drupal\aggregator\Tests

Code

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