public static function SearchByPageNodesTest::getInfo in Search by Page 6
Same name and namespace in other branches
- 7 tests/search_by_page.test \SearchByPageNodesTest::getInfo()
File
- tests/
search_by_page.test, line 378 - Tests for the Search by Page module. By Jennifer Hodgdon of Poplar ProductivityWare, www.poplarware.com
Class
- SearchByPageNodesTest
- Functionality tests for Search by Page Nodes.
Code
public static function getInfo() {
return array(
'name' => t('Search by Page Nodes Tests'),
'description' => t('Test functionality of sbp_nodes.module'),
'group' => t('Search by Page'),
'dependencies' => array(
'search',
'sbp_test',
'sbp_nodes',
'dblog',
'search_by_page',
),
);
}