You are here

public static function SalesforceMappingMapTestCase::getInfo in Salesforce Suite 7.3

Implementation of getInfo().

File

modules/salesforce_mapping/tests/salesforce_mapping.map.test, line 18

Class

SalesforceMappingMapTestCase
Tests the user interface for mapping Drupal entities to Salesforce objects.

Code

public static function getInfo() {
  return array(
    'name' => 'Mapping UI',
    'description' => 'Tests the user interface for mapping Drupal entities to Salesforce objects.',
    'group' => 'Salesforce',
  );
}