Bolt\Tests\Extension\SnippetsTest::testExtensionSnippets PHP Method

testExtensionSnippets() public method

    public function testExtensionSnippets()
    {
        $this->markTestIncomplete('Update required');
        $app = $this->getApp();
        $app['extensions']->register(new Mock\Extension($app));
        $html = $app['extensions']->processSnippetQueue($this->template);
        $this->assertEquals($this->html($this->expectedEndOfHead), $this->html($html));
    }