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