You are here

public static function SalesforceMappingEntitiesTestCase::getInfo in Salesforce Suite 7.3

Implementation of getInfo().

File

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

Class

SalesforceMappingEntitiesTestCase
Tests the entities storing the Drupal to Salesforce mapping.

Code

public static function getInfo() {
  return array(
    'name' => 'Mapping Entities',
    'description' => 'Tests the entities storing the Drupal to Salesforce mapping.',
    'group' => 'Salesforce',
  );
}