loadXML(''); $this->license = new LicenseElement($dom->documentElement); } public function testTypeCanBeRetrieved() { $this->assertEquals('BSD-3', $this->license->getType()); } public function testUrlCanBeRetrieved() { $this->assertEquals('https://some.tld/LICENSE', $this->license->getUrl()); } }