public static function CommonSizeTestCase::getInfo

7.x common.test public static CommonSizeTestCase::getInfo()

File

drupal-7.x/modules/simpletest/tests/common.test, line 434
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'
  );
}