You are here

public static property SimpleTestBrowserTest::$modules in Drupal 8

Modules to enable.

Type: array

File

core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php, line 21

Class

SimpleTestBrowserTest
Tests the WebTestBase internal browser.

Namespace

Drupal\simpletest\Tests

Code

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