public static function UCXFApiTestCase::getInfo in Extra Fields Checkout Pane 7
Same name and namespace in other branches
- 6.2 uc_extra_fields_pane.test \UCXFApiTestCase::getInfo()
Describes this test.
Return value
array
File
- ./
uc_extra_fields_pane.test, line 506 - 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',
);
}