You are here

protected static property UpdatesWith7xTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php \Drupal\Tests\system\Functional\UpdateSystem\UpdatesWith7xTest::modules
  2. 10 core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php \Drupal\Tests\system\Functional\UpdateSystem\UpdatesWith7xTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php, line 23

Class

UpdatesWith7xTest
Tests that the minimum schema version is correct even if only 7.x update hooks are retained .

Namespace

Drupal\Tests\system\Functional\UpdateSystem

Code

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