25 private $shortName =
"<shortName>";
26 private $fullName =
"<fullName>";
33 protected function setUp()
35 $this->licenseRef =
new LicenseRef($this->
id, $this->shortName, $this->fullName);
38 public function testGetId()
40 assertThat($this->licenseRef->getId(), is($this->
id));
43 public function testGetShortName()
45 assertThat($this->licenseRef->getShortName(), is($this->shortName));
48 public function testGetFullName()
50 assertThat($this->licenseRef->getFullName(), is($this->fullName));