Essence\Provider\OEmbedTest::testExtractGeneric PHP Method

testExtractGeneric() public method

public testExtractGeneric ( )
    public function testExtractGeneric()
    {
        $this->OEmbed->setEndpoint('');
        $this->assertNotNull($this->OEmbed->extract('file://' . ESSENCE_HTTP . 'valid.html'));
    }