You are here

public static function CommonSizeTestCase::getInfo in SimpleTest 7

File

tests/common.test, line 303
Tests for common.inc functionality.

Class

CommonSizeTestCase

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',
  );
}