diff options
Diffstat (limited to 'modules/simpletest/tests/filetransfer.test')
-rw-r--r-- | modules/simpletest/tests/filetransfer.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/simpletest/tests/filetransfer.test b/modules/simpletest/tests/filetransfer.test index 795cd3d27..0ff1d5075 100644 --- a/modules/simpletest/tests/filetransfer.test +++ b/modules/simpletest/tests/filetransfer.test @@ -10,9 +10,9 @@ class FileTranferTest extends DrupalWebTestCase { public static function getInfo() { return array( - 'name' => t('FileTransfer unit tests'), - 'description' => t('Test that the jail is respected and that protocols using recursive file move operations work.'), - 'group' => t('System') + 'name' => 'FileTransfer unit tests', + 'description' => 'Test that the jail is respected and that protocols using recursive file move operations work.', + 'group' => 'System' ); } |