function StyleTest::testGrouping
Tests the grouping features of styles.
File
- 
              core/modules/ views/ tests/ src/ Kernel/ Plugin/ StyleTest.php, line 78 
Class
- StyleTest
- Tests general style functionality.
Namespace
Drupal\Tests\views\Kernel\PluginCode
public function testGrouping() {
  $this->doTestGrouping(FALSE);
  $this->doTestGrouping(TRUE);
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
