function BatchExampleTestCase::getInfo

File

batch_example/batch_example.test, line 21

Class

BatchExampleTestCase
Functional tests for the Batch Example module.

Code

public static function getInfo() {
  return array(
    'name' => 'Batch example functionality',
    'description' => 'Verify the defined batches.',
    'group' => 'Examples',
  );
}