You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/dblog/src/Tests/Views/ViewsIntegrationTest.php \Drupal\dblog\Tests\Views\ViewsIntegrationTest::modules

Modules to enable.

Type: array

Overrides ViewKernelTestBase::$modules

File

core/modules/dblog/src/Tests/Views/ViewsIntegrationTest.php, line 37
Contains \Drupal\dblog\Tests\Views\ViewsIntegrationTest.

Class

ViewsIntegrationTest
Tests the views integration of dblog module.

Namespace

Drupal\dblog\Tests\Views

Code

public static $modules = array(
  'dblog',
  'dblog_test_views',
  'user',
);