function UCRestrictQtyFunctionalTest::getInfo in Ubercart Restrict Qty 7
Same name and namespace in other branches
- 6.2 tests/uc_restrict_qty.test \UCRestrictQtyFunctionalTest::getInfo()
File
- tests/
uc_restrict_qty.test, line 9 - UC Restrict Qty auto-tests.
Class
- UCRestrictQtyFunctionalTest
- @file UC Restrict Qty auto-tests.
Code
function getInfo() {
return array(
'name' => t('Various functional tests'),
'description' => '',
'group' => t('UC Restrict Qty'),
);
}