function BatchProcessingTestCase::getInfo

File

modules/simpletest/tests/batch.test, line 12

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',
  );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.