You are here

public static property QueryGroupByTest::$testViews 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::testViews

Views used by this test.

Type: array

File

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

Class

QueryGroupByTest
Tests aggregate functionality of views, for example count.

Namespace

Drupal\views\Tests

Code

public static $testViews = array(
  'test_group_by_in_filters',
  'test_aggregate_count',
  'test_group_by_count',
  'test_group_by_count_multicardinality',
);