public static property FieldGroupRowsTest::$testViews in Drupal 8
Same name and namespace in other branches
- 9 core/modules/views/tests/src/Kernel/Handler/FieldGroupRowsTest.php \Drupal\Tests\views\Kernel\Handler\FieldGroupRowsTest::testViews
- 10 core/modules/views/tests/src/Kernel/Handler/FieldGroupRowsTest.php \Drupal\Tests\views\Kernel\Handler\FieldGroupRowsTest::testViews
Views to be enabled.
Test classes should override this property and provide the list of testing views.
Type: array
Overrides ViewsKernelTestBase::$testViews
File
- core/
modules/ views/ tests/ src/ Kernel/ Handler/ FieldGroupRowsTest.php, line 37
Class
- FieldGroupRowsTest
- Tests the "Display all values in the same row" setting.
Namespace
Drupal\Tests\views\Kernel\HandlerCode
public static $testViews = [
'test_group_rows',
'test_ungroup_rows',
];