public static function dsViewsTests::getInfo in Display Suite 7
Same name and namespace in other branches
- 7.2 tests/ds.views.test \dsViewsTests::getInfo()
Implements getInfo().
File
- tests/
ds.views.test, line 13 - Entities tests
Class
- dsViewsTests
- @file Entities tests
Code
public static function getInfo() {
return array(
'name' => t('Views'),
'description' => t('Tests for Display Suite Views integration.'),
'group' => t('Display suite'),
);
}