loadXML(''); $this->extension = new ExtensionElement($dom->documentElement); } public function testNForCanBeRetrieved() { $this->assertEquals('phar-io/phive', $this->extension->getFor()); } public function testCompatibleVersionConstraintCanBeRetrieved() { $this->assertEquals('~0.6', $this->extension->getCompatible()); } }