You are here

public static property OtherInstallationProfileTestsTest::$modules in Drupal 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php, line 23

Class

OtherInstallationProfileTestsTest
Verifies that tests in other installation profiles are found.

Namespace

Drupal\Tests\simpletest\Functional

Code

public static $modules = [
  'simpletest',
];