You are here

public static function InstallTest::getInfo in Search Autocomplete 2.x

Same name and namespace in other branches
  1. 8 src/Tests/InstallTest.php \Drupal\search_autocomplete\Tests\InstallTest::getInfo()

File

src/Tests/InstallTest.php, line 27

Class

InstallTest
Test proper module installation.

Namespace

Drupal\search_autocomplete\Tests

Code

public static function getInfo() {
  return [
    'name' => 'Search Autocomplete installation test.',
    'description' => 'Test the Search Autocomplete installation.',
    'group' => 'Search Autocomplete',
  ];
}