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