public static function SimpleTestBrowserTestCase::getInfo

7.x simpletest.test public static SimpleTestBrowserTestCase::getInfo()

File

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