public static function RemoteStreamWrapperTestCase::getInfo in Remote Stream Wrapper 7
Same name and namespace in other branches
- 8 remote_stream_wrapper.test \RemoteStreamWrapperTestCase::getInfo()
File
- ./
remote_stream_wrapper.test, line 8
Class
- RemoteStreamWrapperTestCase
- Tests for the remote_stream_wrapper module.
Code
public static function getInfo() {
return array(
'name' => 'Remote stream wrapper',
'description' => 'Tests functionality for remote stream wrappers.',
'group' => 'Remote stream wrapper',
);
}