You are here

public static property IntegrationTest::$modules in Zircon Profile 8

Same name in this branch
  1. 8 core/modules/aggregator/src/Tests/Views/IntegrationTest.php \Drupal\aggregator\Tests\Views\IntegrationTest::modules
  2. 8 core/modules/statistics/src/Tests/Views/IntegrationTest.php \Drupal\statistics\Tests\Views\IntegrationTest::modules
Same name and namespace in other branches
  1. 8.0 core/modules/aggregator/src/Tests/Views/IntegrationTest.php \Drupal\aggregator\Tests\Views\IntegrationTest::modules

Modules to install.

Type: array

Overrides ViewKernelTestBase::$modules

File

core/modules/aggregator/src/Tests/Views/IntegrationTest.php, line 29
Contains \Drupal\aggregator\Tests\Views\IntegrationTest.

Class

IntegrationTest
Tests basic integration of views data from the aggregator module.

Namespace

Drupal\aggregator\Tests\Views

Code

public static $modules = array(
  'aggregator',
  'aggregator_test_views',
  'system',
  'field',
  'options',
  'user',
);