You are here

public static property BrokenSetUpTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/simpletest/src/Tests/BrokenSetUpTest.php \Drupal\simpletest\Tests\BrokenSetUpTest::modules

Modules to enable.

Type: array

File

core/modules/simpletest/src/Tests/BrokenSetUpTest.php, line 30
Contains \Drupal\simpletest\Tests\BrokenSetUpTest.

Class

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

Namespace

Drupal\simpletest\Tests

Code

public static $modules = array(
  'simpletest',
);