protected static property FieldGroupRowsTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/views/tests/src/Kernel/Handler/FieldGroupRowsTest.php \Drupal\Tests\views\Kernel\Handler\FieldGroupRowsTest::modules
- 9 core/modules/views/tests/src/Kernel/Handler/FieldGroupRowsTest.php \Drupal\Tests\views\Kernel\Handler\FieldGroupRowsTest::modules
File
- core/
modules/ views/ tests/ src/ Kernel/ Handler/ FieldGroupRowsTest.php, line 26
Class
- FieldGroupRowsTest
- Tests the "Display all values in the same row" setting.
Namespace
Drupal\Tests\views\Kernel\HandlerCode
protected static $modules = [
'field',
'filter',
'node',
'text',
'user',
];