public static function InstallTest::getInfo in Search Autocomplete 8
Same name and namespace in other branches
- 2.x 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\TestsCode
public static function getInfo() {
return [
'name' => 'Search Autocomplete installation test.',
'description' => 'Test the Search Autocomplete installation.',
'group' => 'Search Autocomplete',
];
}