public static function BatchPageTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ batch.test, line 281  - Tests for the Batch API.
 
Class
- BatchPageTestCase
 - Tests for the Batch API Progress page.
 
Code
public static function getInfo() {
  return array(
    'name' => 'Batch progress page',
    'description' => 'Test the content of the progress page.',
    'group' => 'Batch API',
  );
}