Essence\Provider\MetaTagsTest::testExtractNothing PHP Method

testExtractNothing() public method

public testExtractNothing ( )
    public function testExtractNothing()
    {
        $this->setExpectedException('Exception');
        $this->MetaTags->setMetaPattern('~nothing~');
        $this->MetaTags->extract('file://' . ESSENCE_HTTP . 'valid.html');
    }