public static property IntegrationTest::$modules

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

drupal/core/modules/statistics/lib/Drupal/statistics/Tests/Views/IntegrationTest.php, line 26
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',
);