You are here

public static function FileSpaceUsedTest::getInfo in SimpleTest 7

File

tests/file.test, line 278
This provides SimpleTests for the core file handling functionality. These include FileValidateTest and FileSaveTest.

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