Exemplo n.º 1
0
 /**
  * @covers Breadcrumb::hideLabel
  */
 public function testHideLabel()
 {
     $bc = new Breadcrumb('http://skosmos.skos/onto/test/t001', 'testLabel');
     $bc->hideLabel();
     $this->assertEquals('...', $bc->getPrefLabel());
 }