You are here

public static property BrowserTestBaseTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php \Drupal\FunctionalTests\BrowserTestBaseTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php, line 27

Class

BrowserTestBaseTest
Tests BrowserTestBase functionality.

Namespace

Drupal\FunctionalTests

Code

public static $modules = [
  'test_page_test',
  'form_test',
  'system_test',
  'node',
];