/**
  * Tests the applied method.
  *
  * @covers ::applies
  */
 public function testApplies()
 {
     $this->assertTrue($this->builder->applies($this->getMock('Drupal\\Core\\Routing\\RouteMatchInterface')));
 }