Essence\Provider\OEmbedTest::testExtractXml PHP Method

testExtractXml() public method

public testExtractXml ( )
    public function testExtractXml()
    {
        $this->OEmbed->setEndpoint('file://' . ESSENCE_HTTP . ':url.xml');
        $this->OEmbed->setFormat(Format::xml);
        $this->assertNotNull($this->OEmbed->extract('valid'));
    }