function SimpleTestBrowserTestCase::getInfo
File
-
modules/
simpletest/ simpletest.test, line 358
Class
- SimpleTestBrowserTestCase
- Test internal testing framework browser.
Code
public static function getInfo() {
return array(
'name' => 'SimpleTest browser',
'description' => 'Test the internal browser of the testing framework.',
'group' => 'SimpleTest',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.