You are here

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

File

tests/Controller/PardotFormMappingControllerTest.php, line 32

Class

PardotFormMappingControllerTest
Provides automated tests for the pardot module.

Namespace

Drupal\pardot\Tests

Code

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