You are here

protected static property ReadOnlyModeUpdateTest::$modules in Drupal 8

Modules to enable after the database is loaded.

Overrides UpdatePathTestBase::$modules

File

core/modules/jsonapi/tests/src/Functional/Update/ReadOnlyModeUpdateTest.php, line 22

Class

ReadOnlyModeUpdateTest
Tests that existing sites have the new read-only mode to "off".

Namespace

Drupal\Tests\jsonapi\Functional\Update

Code

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