protected static property UpdatesWith7xTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php \Drupal\Tests\system\Functional\UpdateSystem\UpdatesWith7xTest::modules
- 9 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\UpdateSystemCode
protected static $modules = [
'update_test_with_7x',
];