Essence\Provider\OEmbedTest::testExtractInvalidJson PHP Method

testExtractInvalidJson() public method

    public function testExtractInvalidJson()
    {
        $this->setExpectedException('Exception');
        $this->OEmbed->extract('invalid');
    }