Goetas\Twital\Tests\FullCompatibilityTwigTest::testHTML5SourceAdapter PHP Method

testHTML5SourceAdapter() public method

public testHTML5SourceAdapter ( $source )
    public function testHTML5SourceAdapter($source)
    {
        $sourceAdapter = new HTML5Adapter();
        $compiled = $this->twital->compile($sourceAdapter, $source);
        $this->assertEquals($source, $compiled, 'PRE: ' . $this->templateSubscriber->preLoadTemplate . "\n\nPOST: " . $this->templateSubscriber->postDumpTemplate);
    }