File
- drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/BrowserTest.php, line 16
- Definition of Drupal\simpletest\Tests\BrowserTest.
Class
- BrowserTest
- Test internal testing framework browser.
Namespace
Drupal\simpletest\Tests
Code
public static function getInfo() {
return array(
'name' => 'SimpleTest browser',
'description' => 'Test the internal browser of the testing framework.',
'group' => 'SimpleTest',
);
}