protected function RouteNoneTest::setUp in Drupal 10
Same name and namespace in other branches
- 8 core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteNoneTest.php \Drupal\KernelTests\Core\RouteProcessor\RouteNoneTest::setUp()
- 9 core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteNoneTest.php \Drupal\KernelTests\Core\RouteProcessor\RouteNoneTest::setUp()
Overrides KernelTestBase::setUp
File
- core/
tests/ Drupal/ KernelTests/ Core/ RouteProcessor/ RouteNoneTest.php, line 37
Class
- RouteNoneTest
- Tests the <none> route processor.
Namespace
Drupal\KernelTests\Core\RouteProcessorCode
protected function setUp() : void {
parent::setUp();
$this->urlGenerator = \Drupal::urlGenerator();
}