public function QueryGroupByTest::testGroupByCount

File

drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php, line 110
Definition of Drupal\views\Tests\QueryGroupByTest.

Class

QueryGroupByTest
Tests aggregate functionality of views, for example count.

Namespace

Drupal\views\Tests

Code

public function testGroupByCount() {
  $this
    ->GroupByTestHelper('count', array(
    4,
    3,
  ));
}