function FileMoveTest::getInfo

File

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

Class

FileMoveTest
Move related tests

Code

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

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