You are here

public static function AutoCompleteControllerTest::getInfo in Pardot Integration 2.x

File

tests/Controller/AutoCompleteControllerTest.php, line 24

Class

AutoCompleteControllerTest
Provides automated tests for the pardot module.

Namespace

Drupal\pardot\Tests

Code

public static function getInfo() {
  return [
    'name' => "pardot AutoCompleteController's controller functionality",
    'description' => 'Test Unit for module pardot and controller AutoCompleteController.',
    'group' => 'Other',
  ];
}