You are here

protected property UrlGeneratorTest::$generator in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php \Drupal\Tests\Core\Routing\UrlGeneratorTest::generator
  2. 9 core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php \Drupal\Tests\Core\Routing\UrlGeneratorTest::generator

The url generator to test.

Type: \Drupal\Core\Routing\UrlGenerator

File

core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php, line 41

Class

UrlGeneratorTest
Confirm that the UrlGenerator is functioning properly.

Namespace

Drupal\Tests\Core\Routing

Code

protected $generator;