You are here

public static property OtherInstallationProfileTestsTest::$modules in Zircon Profile 8.0

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

Modules to enable.

Type: array

File

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

Class

OtherInstallationProfileTestsTest
Verifies that tests in other installation profiles are found.

Namespace

Drupal\simpletest\Tests

Code

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