public static property AggregatorRenderingTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\TestsCode
public static $modules = array(
'block',
'test_page_test',
);