You are here

public static property BrowserTest::$modules in Drupal 8

Modules to enable.

Type: string[]

File

core/modules/simpletest/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',
];