public static function FileTranferTest::getInfo in SimpleTest 7
File
- tests/
filetransfer.test, line 10
Class
Code
public static function getInfo() {
return array(
'name' => 'FileTransfer unit tests',
'description' => 'Test that the jail is respected and that protocols using recursive file move operations work.',
'group' => 'System',
);
}