You are here

protected static property UpdateSemverContribTest::$modules in Drupal 9

Modules to enable.

Type: array

Overrides UpdateSemverTestBase::$modules

File

core/modules/update/tests/src/Functional/UpdateSemverContribTest.php, line 30

Class

UpdateSemverContribTest
Tests the Update Manager module with a contrib module with semver versions.

Namespace

Drupal\Tests\update\Functional

Code

protected static $modules = [
  'semver_test',
];