public static function ViewsExposedGroupsUiTest::getInfo in Views exposed groups 7.2
Describes the test case.
File
- tests/
views_exposed_groups_ui.test, line 16 - Views Exposed Groups UI Test.
Class
- ViewsExposedGroupsUiTest
- Tests the views user interface when using views_exposed_groups.
Code
public static function getInfo() {
return [
'name' => 'Views Exposed Groups UI Test',
'description' => 'Tests the views user interface when using views_exposed_groups.',
'group' => 'Views Exposed Groups',
];
}