public static property SimpleTestTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/SimpleTestTest.php, line 20
Definition of Drupal\simpletest\Tests\SimpleTestTest.

Class

SimpleTestTest

Namespace

Drupal\simpletest\Tests

Code

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