public static function BatchPercentagesUnitTestCase::getInfo
7.x batch.test | public static BatchPercentagesUnitTestCase::getInfo() |
File
- drupal-7.x/
modules/ simpletest/ tests/ batch.test, line 322 - Tests for the Batch API.
Class
- BatchPercentagesUnitTestCase
- Tests the function _batch_api_percentage() to make sure that the rounding works properly in all cases.
Code
public static function getInfo() {
return array(
'name' => 'Batch percentages',
'description' => 'Unit tests of progress percentage rounding.',
'group' => 'Batch API',
);
}