public function QueryGroupByTest::testGroupByCount in Drupal 9
Same name and namespace in other branches
- 8 core/modules/views/tests/src/Kernel/QueryGroupByTest.php \Drupal\Tests\views\Kernel\QueryGroupByTest::testGroupByCount()
Tests the count aggregation function.
File
- core/
modules/ views/ tests/ src/ Kernel/ QueryGroupByTest.php, line 143
Class
- QueryGroupByTest
- Tests aggregate functionality of views, for example count.
Namespace
Drupal\Tests\views\KernelCode
public function testGroupByCount() {
$this
->groupByTestHelper('count', [
4,
3,
]);
}