You are here

public static property QueryGroupByTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/tests/src/Kernel/QueryGroupByTest.php \Drupal\Tests\views\Kernel\QueryGroupByTest::modules
  2. 10 core/modules/views/tests/src/Kernel/QueryGroupByTest.php \Drupal\Tests\views\Kernel\QueryGroupByTest::modules

Modules to enable.

Type: array

Overrides ViewsKernelTestBase::$modules

File

core/modules/views/tests/src/Kernel/QueryGroupByTest.php, line 31

Class

QueryGroupByTest
Tests aggregate functionality of views, for example count.

Namespace

Drupal\Tests\views\Kernel

Code

public static $modules = [
  'entity_test',
  'system',
  'field',
  'user',
  'language',
];