public static function SearchByPageThemeTest::getInfo in Search by Page 7
File
- tests/
search_by_page.test, line 3125 - Tests for the Search by Page module. By Jennifer Hodgdon of Poplar ProductivityWare, www.poplarware.com
Class
- SearchByPageThemeTest
- Tests that the right theme is used for indexing.
Code
public static function getInfo() {
return array(
'name' => t('Search by Page Theme Test'),
'description' => t('Test that the right theme is used for indexing'),
'group' => t('Search by Page'),
'dependencies' => array(
'search',
'sbp_test',
'sbp_paths',
'dblog',
'search_by_page',
),
);
}