public static function SearchbyPageAttach2Test::getInfo in Search by Page 7
Overrides SearchByPageAttachTest::getInfo
File
- tests/
search_by_page.test, line 2432 - Tests for the Search by Page module. By Jennifer Hodgdon of Poplar ProductivityWare, www.poplarware.com
Class
- SearchbyPageAttach2Test
- Functionality test 2 for Search by Page Attachments.
Code
public static function getInfo() {
return array(
'name' => t('Search by Page Attach Test 2'),
'description' => t('Test functionality of sbp_attach.module. Note that this test assumes you have uploaded the Search Files API module, and it also assumes that the default configuration of the Search Files API module "text helper" will work.'),
'group' => t('Search by Page'),
'dependencies' => array(
'search',
'sbp_test',
'sbp_attach',
'file',
'search_files',
'dblog',
'search_by_page',
),
);
}