You are here

public static function BatchExampleTestCase::getInfo in Examples for Developers 7

File

batch_example/batch_example.test, line 21
Test case for Testing the batch example module.

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