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