You are here

public static property FieldGroupRowsTest::$testViews in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Tests/Handler/FieldGroupRowsTest.php \Drupal\views\Tests\Handler\FieldGroupRowsTest::testViews

Views used by this test.

Type: array

File

core/modules/views/src/Tests/Handler/FieldGroupRowsTest.php, line 28
Contains \Drupal\views\Tests\Handler\FieldGroupRowsTest.

Class

FieldGroupRowsTest
Tests the "Display all values in the same row" setting.

Namespace

Drupal\views\Tests\Handler

Code

public static $testViews = array(
  'test_group_rows',
  'test_ungroup_rows',
);