File
- drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php, line 24
- Definition of Drupal\system\Tests\Batch\ProcessingTest.
Class
- ProcessingTest
- Tests the Batch API.
Namespace
Drupal\system\Tests\Batch
Code
public static function getInfo() {
return array(
'name' => 'Batch processing',
'description' => 'Test batch processing in form and non-form workflow.',
'group' => 'Batch API',
);
}