You are here

protected property LinkGeneratorTest::$urlAssembler in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php \Drupal\Tests\Core\Utility\LinkGeneratorTest::urlAssembler

The mocked URL Assembler service.

Type: \PHPUnit\Framework\MockObject\MockObject|\Drupal\Core\Utility\UnroutedUrlAssemblerInterface

File

core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php, line 56

Class

LinkGeneratorTest
@coversDefaultClass \Drupal\Core\Utility\LinkGenerator @group Utility

Namespace

Drupal\Tests\Core\Utility

Code

protected $urlAssembler;