You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Tests/QueryGroupByTest.php \Drupal\views\Tests\QueryGroupByTest::modules

Modules to enable.

Type: array

Overrides ViewKernelTestBase::$modules

File

core/modules/views/src/Tests/QueryGroupByTest.php, line 35
Contains \Drupal\views\Tests\QueryGroupByTest.

Class

QueryGroupByTest
Tests aggregate functionality of views, for example count.

Namespace

Drupal\views\Tests

Code

public static $modules = array(
  'entity_test',
  'system',
  'field',
  'user',
  'language',
);