match() public method

Not supported. Please use matchRequest() instead.
public match ( $pathinfo )
$pathinfo
 /**
  * @covers eZ\Publish\Core\MVC\Symfony\Routing\UrlAliasRouter::__construct
  * @covers eZ\Publish\Core\MVC\Symfony\Routing\UrlAliasRouter::match
  *
  * @expectedException \RuntimeException
  */
 public function testMatch()
 {
     $this->router->match('/foo');
 }