public static function WebformViewsSelectViewEnabledTestCase::getInfo in Webform Views Select 7
File
- tests/
webform_views_select.test, line 16 - Contains WebformViewsSelectViewEnabledTestCase.
Class
- WebformViewsSelectViewEnabledTestCase
- Test that a view only appears in the webform select list if it is enabled.
Code
public static function getInfo() {
return array(
'name' => 'Enabled View test',
'description' => 'Test that only enabled views are used',
'group' => 'Webform Views Select',
'dependencies' => array(
'webform',
'views',
),
);
}