You are here

public static function UCXFApiTestCase::getInfo in Extra Fields Checkout Pane 6.2

Same name and namespace in other branches
  1. 7 uc_extra_fields_pane.test \UCXFApiTestCase::getInfo()

Describes this test.

Return value

array

File

./uc_extra_fields_pane.test, line 522
Automated tests for Extra Fields Pane

Class

UCXFApiTestCase
API Test

Code

public static function getInfo() {
  return array(
    'name' => 'Unit testing',
    'description' => 'Ensure that the API behaves as expected.',
    'group' => 'Extra Fields Pane',
  );
}