31 protected function setUp()
33 $this->text =
"The License text";
34 $this->url =
"http://www.fossology.org";
36 $this->
license =
new License(8,
"testSN",
"testFN", 4, $this->text, $this->url, 1);
39 public function testText()
41 assertThat($this->
license->getText(), is($this->text));
44 public function testUrl()
46 assertThat($this->
license->getUrl(), is($this->url));