You are here

public static property BrowserTest::$modules in SimpleTest 8.3

Modules to enable.

Type: string[]

File

src/Tests/BrowserTest.php, line 28

Class

BrowserTest
Tests the internal browser of the testing framework.

Namespace

Drupal\simpletest\Tests

Code

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