public static function BatchProcessingTestCase::getInfo

7.x batch.test public static BatchProcessingTestCase::getInfo()

File

drupal-7.x/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',
  );
}