You are here

public static function CommonSizeTestCase::getInfo in Drupal 7

File

modules/simpletest/tests/common.test, line 545
Tests for common.inc functionality.

Class

CommonSizeTestCase
Tests file size parsing and formatting functions.

Code

public static function getInfo() {
  return array(
    'name' => 'Size parsing test',
    'description' => 'Parse a predefined amount of bytes and compare the output with the expected value.',
    'group' => 'System',
  );
}