public static function SimpleTestBrowserTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ simpletest.test, line 338 - Tests for simpletest.module.
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',
);
}