You are here

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

Same name and namespace in other branches
  1. 8 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\Entity

Code

public static function getInfo() {
  return [
    'name' => 'Default Entity inclusion tests.',
    'description' => 'Test the inclusion of default configurations.',
    'group' => 'Search Autocomplete',
  ];
}