You are here

public function RouteWrapperTest::testHasLink in Drupal 7 to 8/9 Module Upgrader 8

File

tests/src/Unit/Routing/Drupal7/RouteWrapperTest.php, line 72

Class

RouteWrapperTest
@group DMU.Routing

Namespace

Drupal\Tests\drupalmoduleupgrader\Unit\Routing\Drupal7

Code

public function testHasLink() {
  $this
    ->assertTrue($this
    ->getMockRouteWrapper()
    ->hasLink());
}