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