public static function dsFormTests::getInfo in Display Suite 7
Same name and namespace in other branches
- 7.2 tests/ds.forms.test \dsFormTests::getInfo()
Implements getInfo().
File
- tests/
ds.forms.test, line 13 - Form layout tests.
Class
- dsFormTests
- @file Form layout tests.
Code
public static function getInfo() {
return array(
'name' => t('Forms'),
'description' => t('Tests for managing layouts on forms.'),
'group' => t('Display suite'),
);
}