public static function PercentagesUnitTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Batch/PercentagesUnitTest.php, line 21
Definition of Drupal\system\Tests\Batch\PercentagesUnitTest.

Class

PercentagesUnitTest
Unit tests of progress percentage rounding.

Namespace

Drupal\system\Tests\Batch

Code

public static function getInfo() {
  return array(
    'name' => 'Batch percentages',
    'description' => 'Unit tests of progress percentage rounding.',
    'group' => 'Batch API',
  );
}