protected function StackKernelIntegrationTest::setUp in Drupal 8
Overrides KernelTestBase::setUp
File
- core/tests/ Drupal/ KernelTests/ Core/ HttpKernel/ StackKernelIntegrationTest.php, line 27 
Class
- StackKernelIntegrationTest
- Tests the stacked kernel functionality.
Namespace
Drupal\KernelTests\Core\HttpKernelCode
protected function setUp() {
  parent::setUp();
  \Drupal::service('router.builder')
    ->rebuild();
}