You are here

public function RouterTest::testGetContextualLinks in Drupal 7 to 8/9 Module Upgrader 8

File

tests/src/Unit/Routing/Drupal7/RouterTest.php, line 50

Class

RouterTest
@group DMU.Routing

Namespace

Drupal\Tests\drupalmoduleupgrader\Unit\Routing\Drupal7

Code

public function testGetContextualLinks() {
  $this
    ->assertCount(0, $this->router
    ->getContextualLinks());
}