You are here

public static property BrokenSetUpTest::$modules in Drupal 8

Modules to enable.

Type: array

File

core/modules/simpletest/src/Tests/BrokenSetUpTest.php, line 27

Class

BrokenSetUpTest
Tests a test case that does not call parent::setUp().

Namespace

Drupal\simpletest\Tests

Code

public static $modules = [
  'simpletest',
];