You are here

public static property SimpleTestTest::$modules in SimpleTest 8.3

Same name in this branch
  1. 8.3 src/Tests/SimpleTestTest.php \Drupal\simpletest\Tests\SimpleTestTest::modules
  2. 8.3 tests/src/Functional/SimpletestTest.php \Drupal\Tests\simpletest\Functional\SimpletestTest::modules

Modules to enable.

Type: array

File

src/Tests/SimpleTestTest.php, line 26

Class

SimpleTestTest
Tests SimpleTest's web interface: check that the intended tests were run and ensure that test reports display the intended results. Also test SimpleTest's internal browser and APIs implicitly.

Namespace

Drupal\simpletest\Tests

Code

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