public function QueryGroupByTest::testGroupByNone in Drupal 9
Same name and namespace in other branches
- 8 core/modules/views/tests/src/Kernel/QueryGroupByTest.php \Drupal\Tests\views\Kernel\QueryGroupByTest::testGroupByNone()
Tests aggregation with no specific function.
File
- core/
modules/ views/ tests/ src/ Kernel/ QueryGroupByTest.php, line 178
Class
- QueryGroupByTest
- Tests aggregate functionality of views, for example count.
Namespace
Drupal\Tests\views\KernelCode
public function testGroupByNone() {
$this
->groupByTestHelper(NULL, [
1,
5,
]);
}