public static function SimpleTestBrokenSetUp::getInfo

File

drupal/modules/simpletest/simpletest.test, line 562
Tests for simpletest.module.

Class

SimpleTestBrokenSetUp
Tests a test case that does not run parent::setUp() in its setUp() method.

Code

public static function getInfo() {
  return array(
    'name' => 'Broken SimpleTest method',
    'description' => 'Tests a test case that does not call parent::setUp().',
    'group' => 'SimpleTest',
  );
}