function DrupalKernelTest::bootKernel

Same name and namespace in other branches
  1. 10 core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php \Drupal\KernelTests\Core\DrupalKernel\DrupalKernelTest::bootKernel()

Overrides KernelTestBase::bootKernel

File

core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php, line 40

Class

DrupalKernelTest
Tests DIC compilation to disk.

Namespace

Drupal\KernelTests\Core\DrupalKernel

Code

protected function bootKernel() {
    // Do not boot the kernel, because we are testing aspects of this process.
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.