function __construct($id, $shortName, $fullName, $risk, $text, $url) { parent::__construct($id, $shortName, $fullName); $this->text = $text; $this->url = $url; $this->risk = $risk; }
public function testGetFullName() { assertThat($this->licenseRef->getFullName(), is($this->fullName)); }