public static function SimpleTestBrowserTestCase::getInfo

File

drupal/modules/simpletest/simpletest.test, line 333
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',
  );
}