You are here

protected static property SchemaVersionUpdateTest::$modules in Drupal 9

Modules to enable after the database is loaded.

Overrides UpdatePathTestBase::$modules

File

core/modules/system/tests/src/Functional/Update/SchemaVersionUpdateTest.php, line 18

Class

SchemaVersionUpdateTest
Tests that updates clean-up non-integer schema version.

Namespace

Drupal\Tests\system\Functional\Update

Code

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