You are here

function StyleTest::testGrouping in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Tests/Plugin/StyleTest.php \Drupal\views\Tests\Plugin\StyleTest::testGrouping()

File

core/modules/views/src/Tests/Plugin/StyleTest.php, line 95
Contains \Drupal\views\Tests\Plugin\StyleTest.

Class

StyleTest
Tests general style functionality.

Namespace

Drupal\views\Tests\Plugin

Code

function testGrouping() {
  $this
    ->_testGrouping(FALSE);
  $this
    ->_testGrouping(TRUE);
}