You are here

public static function PardotFunctionalityTestCase::getInfo in Pardot Integration 7

Same name and namespace in other branches
  1. 8 pardot.test \PardotFunctionalityTestCase::getInfo()
  2. 6 pardot.test \PardotFunctionalityTestCase::getInfo()
  3. 7.2 pardot.test \PardotFunctionalityTestCase::getInfo()

File

./pardot.test, line 12
Pardot web tests.

Class

PardotFunctionalityTestCase
Basic Pardot Test Case implementation.

Code

public static function getInfo() {
  return array(
    'name' => 'Pardot functionality test',
    'description' => 'Test basic pardot functionality.',
    'group' => 'Pardot',
  );
}