You are here

protected function FormattableMarkupKernelTest::setUp in Drupal 8

Overrides KernelTestBase::setUp

File

core/tests/Drupal/KernelTests/Component/Render/FormattableMarkupKernelTest.php, line 24

Class

FormattableMarkupKernelTest
Provides a test covering integration of FormattableMarkup with other systems.

Namespace

Drupal\KernelTests\Component\Render

Code

protected function setUp() {
  parent::setUp();
  $this->container
    ->get('router.builder')
    ->rebuild();
}