function FileUnmanagedCopyTest::getInfo

1 call to FileUnmanagedCopyTest::getInfo()
RemoteFileUnmanagedCopyTest::getInfo in modules/simpletest/tests/file.test
1 method overrides FileUnmanagedCopyTest::getInfo()
RemoteFileUnmanagedCopyTest::getInfo in modules/simpletest/tests/file.test

File

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

Class

FileUnmanagedCopyTest
Unmanaged copy related tests.

Code

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

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