You are here

protected property UpdatePathTestBase::$loadedModules in Drupal 8

Same name in this branch
  1. 8 core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php \Drupal\FunctionalTests\Update\UpdatePathTestBase::loadedModules
  2. 8 core/modules/system/src/Tests/Update/UpdatePathTestBase.php \Drupal\system\Tests\Update\UpdatePathTestBase::loadedModules

Array of modules loaded when the test starts.

Type: array

File

core/modules/system/src/Tests/Update/UpdatePathTestBase.php, line 95

Class

UpdatePathTestBase
Provides a base class for writing an update test.

Namespace

Drupal\system\Tests\Update

Code

protected $loadedModules = [];