public static property BrokenSetUpTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/BrokenSetUpTest.php, line 29
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 $modules = array(
  'simpletest',
);