You are here

public static property BrowserTest::$modules in Zircon Profile 8

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

Modules to enable.

Type: string[]

File

core/modules/simpletest/src/Tests/BrowserTest.php, line 31
Contains \Drupal\simpletest\Tests\BrowserTest.

Class

BrowserTest
Tests the internal browser of the testing framework.

Namespace

Drupal\simpletest\Tests

Code

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