public static function dsPanelViewModesTests::getInfo in Display Suite 7
Implements getInfo().
File
- tests/
ds.panels.test, line 13 - Panel view modes tests.
Class
- dsPanelViewModesTests
- @file Panel view modes tests.
Code
public static function getInfo() {
return array(
'name' => t('Panels'),
'description' => t('Tests for managing layouts with Panels editor.'),
'group' => t('Display suite'),
);
}