public static function BatchProcessingTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ batch.test, line 12 - Tests for the Batch API.
Class
- BatchProcessingTestCase
- Tests for the Batch API.
Code
public static function getInfo() {
return array(
'name' => 'Batch processing',
'description' => 'Test batch processing in form and non-form workflow.',
'group' => 'Batch API',
);
}