You are here

public function QueryGroupByTest::testGroupByNone 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::testGroupByNone()

Tests aggregation with no specific function.

File

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

Class

QueryGroupByTest
Tests aggregate functionality of views, for example count.

Namespace

Drupal\views\Tests

Code

public function testGroupByNone() {
  $this
    ->groupByTestHelper(NULL, array(
    1,
    5,
  ));
}