You are here

public function DrupalEnvironment::initBootstrapStatus in X Autoload 7.5

Version of systemUpdateBootstrapStatus() with no side effects.

See also

_system_update_bootstrap_status()

File

tests/src/VirtualDrupal/DrupalEnvironment.php, line 92

Class

DrupalEnvironment

Namespace

Drupal\xautoload\Tests\VirtualDrupal

Code

public function initBootstrapStatus() {
  $bootstrap_modules = $this->exampleModules
    ->getBootstrapModules();
  $this->components->SystemTable
    ->setBootstrapModules($bootstrap_modules);
}