function RemoteFileUnmanagedSaveDataTest::getInfo

Overrides FileUnmanagedSaveDataTest::getInfo

File

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

Class

RemoteFileUnmanagedSaveDataTest
Tests the file_unmanaged_save_data() function on remote filesystems.

Code

public static function getInfo() {
    $info = parent::getInfo();
    $info['group'] = 'File API (remote)';
    return $info;
}

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