function FileSaveDataTest::getInfo

File

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

Class

FileSaveDataTest
Tests the file_save_data() function.

Code

public static function getInfo() {
  return array(
    'name' => 'File save data',
    'description' => 'Tests the file save data function.',
    'group' => 'File API',
  );
}

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