Database bootstrap level before booting kernel.
Switching to the test database connection only happens when _drupal_bootstrap_database() runs before executing a first query. To avoid complicating the boostrap with more fine grained level booting, just boot the DrupalKernel after DRUPAL_BOOTSTRAP_CODE. Getting rid of those levels is for a seperate issue. Additionally mirror the changes in the testing files core/modules/system/tests/http.php and https.php.
parent
0e9c1150
No related branches found
No related tags found
Showing
- core/lib/Drupal/Core/DrupalKernel.php 0 additions, 6 deletionscore/lib/Drupal/Core/DrupalKernel.php
- core/modules/system/tests/http.php 3 additions, 1 deletioncore/modules/system/tests/http.php
- core/modules/system/tests/https.php 3 additions, 1 deletioncore/modules/system/tests/https.php
- index.php 3 additions, 3 deletionsindex.php
Loading
Please register or sign in to comment