You are here

protected static property UpdatePathRC1TestBaseTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/system/src/Tests/Update/UpdatePathRC1TestBaseTest.php \Drupal\system\Tests\Update\UpdatePathRC1TestBaseTest::modules

Modules to enable after the database is loaded.

Overrides UpdatePathTestBase::$modules

File

core/modules/system/src/Tests/Update/UpdatePathRC1TestBaseTest.php, line 22
Contains \Drupal\system\Tests\Update\UpdatePathRC1TestBaseTest.

Class

UpdatePathRC1TestBaseTest
Tests the update path base class with the RC1 database dump.

Namespace

Drupal\system\Tests\Update

Code

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