function CommonSizeTestCase::getInfo

File

modules/simpletest/tests/common.test, line 595

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.