public static function FileTranferTest::getInfo in Drupal 7
File
- modules/
simpletest/ 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',
);
}