You are here

protected property RedirectDestinationTest::$urlGenerator in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php \Drupal\Tests\Core\Routing\RedirectDestinationTest::urlGenerator

The mocked URL generator.

Type: \Drupal\Core\Routing\UrlGeneratorInterface|\PHPUnit_Framework_MockObject_MockObject

File

core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php, line 33
Contains \Drupal\Tests\Core\Routing\RedirectDestinationTest.

Class

RedirectDestinationTest
@coversDefaultClass \Drupal\Core\Routing\RedirectDestination @group Routing

Namespace

Drupal\Tests\Core\Routing

Code

protected $urlGenerator;