public static function SearchByPagePathsTest::getInfo in Search by Page 8
File
- tests/
src/ Functional/ search_by_page.test, line 1015 - Tests for the Search by Page module. By Jennifer Hodgdon of Poplar ProductivityWare, www.poplarware.com
Class
- SearchByPagePathsTest
- Functionality tests for Search by Page Paths.
Namespace
Drupal\Tests\search_by_page\FunctionalCode
public static function getInfo() {
return array(
'name' => t('Search by Page Paths Tests'),
'description' => t('Test functionality of search_by_page_paths.module'),
'group' => t('Search by Page'),
'dependencies' => array(
'search',
'search_by_page_test',
'search_by_page_paths',
'dblog',
'search_by_page',
),
);
}