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/statistics/src/Tests/Views/IntegrationTest.php \Drupal\statistics\Tests\Views\IntegrationTest::modules

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

core/modules/statistics/src/Tests/Views/IntegrationTest.php, line 27
Contains \Drupal\statistics\Tests\Views\IntegrationTest.

Class

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

Namespace

Drupal\statistics\Tests\Views

Code

public static $modules = array(
  'statistics',
  'statistics_test_views',
  'node',
);