function FileSpaceUsedTest::getInfo

File

modules/simpletest/tests/file.test, line 311

Class

FileSpaceUsedTest
This will run tests against the file_space_used() function.

Code

public static function getInfo() {
    return array(
        'name' => 'File space used tests',
        'description' => 'Tests the file_space_used() function.',
        'group' => 'File API',
    );
}

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