public static function SimpleTestBrowserTestCase::getInfo

Archivo

drupal-7.x/modules/simpletest/simpletest.test, line 325
Tests for simpletest.module.

Class

SimpleTestBrowserTestCase
Test internal testing framework browser.

Código

public static function getInfo() {
  return array(
    'name' => 'SimpleTest browser',
    'description' => 'Test the internal browser of the testing framework.',
    'group' => 'SimpleTest',
  );
}