public static function BatchPageTestCase::getInfo
7.x batch.test | public static BatchPageTestCase::getInfo() |
File
- drupal-7.x/
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',
);
}