public static function UbercartStockTestCase::getInfo in Ubercart 6.2
Same name and namespace in other branches
- 7.3 uc_stock/tests/uc_stock.test \UbercartStockTestCase::getInfo()
File
- uc_stock/
uc_stock.test, line 10 - Ubercart stock related tests.
Class
- UbercartStockTestCase
- @file Ubercart stock related tests.
Code
public static function getInfo() {
return array(
'name' => 'Stock',
'description' => 'Ensure that stock control functions properly.',
'group' => 'Ubercart',
);
}