You are here

public function DrupalEnvironment::boot in X Autoload 7.5

Replicates the Drupal bootstrap.

File

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

Class

DrupalEnvironment

Namespace

Drupal\xautoload\Tests\VirtualDrupal

Code

public function boot() {
  $this->components->DrupalBoot
    ->boot();
}