public static function PardotFunctionalityTestCase::getInfo in Pardot Integration 7.2
Same name and namespace in other branches
- 8 pardot.test \PardotFunctionalityTestCase::getInfo()
- 6 pardot.test \PardotFunctionalityTestCase::getInfo()
- 7 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',
);
}