public static function BrowserBackendTestCase::getInfo in SimpleTest 7
File
- tests/
browser.test, line 50 - Tests for the internal web browser.
Class
- BrowserBackendTestCase
- Test browser backend wrappers.
Code
public static function getInfo() {
return array(
'name' => 'Browser - wrapper backends',
'description' => 'Test stream and curl backends execution of GET and POST requests.',
'group' => 'Browser',
);
}