function StyleTest::testGrouping

Tests the grouping features of styles.

File

core/modules/views/tests/src/Kernel/Plugin/StyleTest.php, line 81

Class

StyleTest
Tests general style functionality.

Namespace

Drupal\Tests\views\Kernel\Plugin

Code

public function testGrouping() : void {
  $this->doTestGrouping(FALSE);
  $this->doTestGrouping(TRUE);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.