public static function DefaultConfigTest::getInfo in Search Autocomplete 8
Same name and namespace in other branches
- 2.x src/Tests/Entity/DefaultConfigTest.php \Drupal\search_autocomplete\Tests\Entity\DefaultConfigTest::getInfo()
File
- src/
Tests/ Entity/ DefaultConfigTest.php, line 27
Class
- DefaultConfigTest
- Test default configurations.
Namespace
Drupal\search_autocomplete\Tests\EntityCode
public static function getInfo() {
return [
'name' => 'Default Entity inclusion tests.',
'description' => 'Test the inclusion of default configurations.',
'group' => 'Search Autocomplete',
];
}