function SimpleTestBrokenSetUp::getInfo

File

modules/simpletest/simpletest.test, line 587

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.