function UploadPictureTests::get_info in SimpleTest 6
Same name and namespace in other branches
- 5 tests/upload_tests.test \UploadPictureTests::get_info()
File
- tests/
upload_tests.test, line 4
Class
Code
function get_info() {
return array(
'name' => 'Upload user picture',
'desc' => 'Assure that dimension check, extension check and image scaling work as designed.',
'group' => 'Upload Tests',
);
}