function RouteProcessorCurrentIntegrationTest::setUp

Overrides KernelTestBase::setUp

File

core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteProcessorCurrentIntegrationTest.php, line 36

Class

RouteProcessorCurrentIntegrationTest
Tests the <current> route processor.

Namespace

Drupal\KernelTests\Core\RouteProcessor

Code

protected function setUp() : void {
  parent::setUp();
  $this->urlGenerator = \Drupal::urlGenerator();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.