public static function BrokenSetUpTest::getInfo

File

drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/BrokenSetUpTest.php, line 31
Definition of Drupal\simpletest\Tests\BrokenSetUpTest.

Class

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

Namespace

Drupal\simpletest\Tests

Code

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