function KernelTestBaseTest::testBootKernel
@covers ::bootKernel
      
    
File
- 
              core/
tests/ Drupal/ KernelTests/ KernelTestBaseTest.php, line 237  
Class
- KernelTestBaseTest
 - @coversDefaultClass \Drupal\KernelTests\KernelTestBase[[api-linebreak]]
 
Namespace
Drupal\KernelTestsCode
public function testBootKernel() : void {
  $this->assertNull($this->container
    ->get('request_stack')
    ->getParentRequest(), 'There should only be one request on the stack');
  $this->assertEquals('public', \Drupal::config('system.file')->get('default_scheme'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.