You are here

public static function CallbackViewsTest::getInfo in Search Autocomplete 8

Same name and namespace in other branches
  1. 2.x src/Tests/Views/CallbackViewsTest.php \Drupal\search_autocomplete\Tests\Views\CallbackViewsTest::getInfo()

File

src/Tests/Views/CallbackViewsTest.php, line 54

Class

CallbackViewsTest
Test callback view configurations.

Namespace

Drupal\search_autocomplete\Tests\Views

Code

public static function getInfo() {
  return [
    'name' => 'Callback view configurationt tests.',
    'description' => 'Tests the callback view display.',
    'group' => 'Search Autocomplete',
  ];
}