10 files declare their use of DrupalKernel

bootstrap.inc in drupal/core/includes/bootstrap.inc
Functions that need to be loaded on every Drupal request.
DrupalKernelTest.php in drupal/core/modules/system/lib/Drupal/system/Tests/DrupalKernel/DrupalKernelTest.php
Contains Drupal\system\Tests\DrupalKernel\DrupalKernelTest.
DrupalUnitTestBase.php in drupal/core/modules/simpletest/lib/Drupal/simpletest/DrupalUnitTestBase.php
Contains Drupal\simpletest\DrupalUnitTestBase.
http.php in drupal/core/modules/system/tests/http.php
Fake an HTTP request, for use during testing.
https.php in drupal/core/modules/system/tests/https.php
Fake an HTTPS request, for use during testing.
index.php in drupal/index.php
The PHP page that serves all page requests on a Drupal installation.
install.core.inc in drupal/core/includes/install.core.inc
API functions for installing Drupal.
install.inc in drupal/core/includes/install.inc
API functions for installing modules and themes.
TestBase.php in drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php
Definition of Drupal\simpletest\TestBase.
WebTestBase.php in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Definition of Drupal\simpletest\WebTestBase.