You are here

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

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

Modules to enable.

Type: array

File

core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php, line 25
Contains \Drupal\simpletest\Tests\SimpleTestBrowserTest.

Class

SimpleTestBrowserTest
Tests the Simpletest UI internal browser.

Namespace

Drupal\simpletest\Tests

Code

public static $modules = array(
  'simpletest',
  'test_page_test',
);