Пример #1
0
 function __construct($id, $shortName, $fullName, $risk, $text, $url)
 {
     parent::__construct($id, $shortName, $fullName);
     $this->text = $text;
     $this->url = $url;
     $this->risk = $risk;
 }
Пример #2
0
 public function testGetFullName()
 {
     assertThat($this->licenseRef->getFullName(), is($this->fullName));
 }