function RouteNoneTest::setUp
Same name in other branches
- 9 core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteNoneTest.php \Drupal\KernelTests\Core\RouteProcessor\RouteNoneTest::setUp()
- 10 core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteNoneTest.php \Drupal\KernelTests\Core\RouteProcessor\RouteNoneTest::setUp()
- 11.x 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() {
parent::setUp();
$this->urlGenerator = \Drupal::urlGenerator();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.