You are here

protected static property AggregatorRenderingTest::$modules in Drupal 9

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

Modules to install.

Type: array

Overrides AggregatorTestBase::$modules

File

core/modules/aggregator/tests/src/Functional/AggregatorRenderingTest.php, line 19

Class

AggregatorRenderingTest
Tests display of aggregator items on the page.

Namespace

Drupal\Tests\aggregator\Functional

Code

protected static $modules = [
  'block',
  'test_page_test',
];