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