public static function SearchByPageUnitTest::getInfo in Search by Page 8
File
- tests/
src/ Unit/ SearchByPageUnitTest.php, line 25 - Tests for the Search by Page module. By Jennifer Hodgdon of Poplar ProductivityWare, www.poplarware.com
Class
- SearchByPageUnitTest
- Unit tests for Search by Page functions.
Namespace
Drupal\Tests\search_by_page\UnitCode
public static function getInfo() {
return [
'name' => t('Search by Page Unit Tests'),
'description' => t('Test individual functions in search_by_page.module'),
'group' => t('Search by Page'),
'dependencies' => self::$modules,
];
}