You are here

public static function SearchByPageEnvironmentTest::getInfo in Search by Page 8

File

tests/src/Functional/SearchByPageEnvironmentTest.php, line 25
Tests for the Search by Page module. By Jennifer Hodgdon of Poplar ProductivityWare, www.poplarware.com

Class

SearchByPageEnvironmentTest
Basic search environments test.

Namespace

Drupal\Tests\search_by_page\Functional

Code

public static function getInfo() {
  return [
    'name' => t('Search by Page Environments Tests'),
    'description' => t('Test that search environments can be set up.'),
    'group' => t('Search by Page'),
    'dependencies' => array(
      'search',
      'search_by_page',
    ),
  ];
}