Наследование: extends MultipleValued
 /**
  * @expectedException \RuntimeException
  * @covers eZ\Publish\Core\MVC\Symfony\Matcher\ContentBased\UrlAlias::matchContentInfo
  * @covers eZ\Publish\Core\MVC\Symfony\Matcher\ContentBased\UrlAlias::setMatchingConfig
  */
 public function testMatchContentInfo()
 {
     $this->matcher->setMatchingConfig('foo/bar');
     $this->matcher->matchContentInfo($this->getContentInfoMock());
 }