You are here

public static property SimpleTestBrowserTest::$modules in SimpleTest 8.3

Modules to enable.

Type: array

File

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',
];