You are here

public static property PatchInfoTest::$modules in PatchInfo 8.2

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/PatchInfoTest.php, line 36

Class

PatchInfoTest
Tests functionality of PatchInfo module.

Namespace

Drupal\Tests\patchinfo\Functional

Code

public static $modules = [
  'dblog',
  'patchinfo',
  'patchinfo_source_info',
  'patchinfo_source_composer',
  'test_composer_source',
  'test_composer_syntax_error',
  'test_info_source',
  'test_info_source_submodule',
  'test_mixed_sources',
  'update_test',
];