You are here

function QueryGroupByTest::testGroupByAverage in Views (for Drupal 7) 8.3

File

lib/Drupal/views/Tests/QueryGroupByTest.php, line 111
Definition of Drupal\views\Tests\QueryGroupByTest.

Class

QueryGroupByTest
Tests aggregate functionality of views, for example count.

Namespace

Drupal\views\Tests

Code

function testGroupByAverage() {
  $this
    ->GroupByTestHelper('avg', array(
    2.5,
    6,
  ));
}