public static property QueryGroupByTest::$testViews

Views used by this test.

Type: array

File

drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php, line 20
Definition of 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',
);