Carew\Tests\Event\Listener\Decorator\TwigTest::getPreRenderTests PHP Method

getPreRenderTests() public method

public getPreRenderTests ( )
    public function getPreRenderTests()
    {
        return array(array('some text', 'some text'), array('', '{# some comment #}'), array('', '{{ foo }}'), array('foo', '{{ foo|default("foo") }}'), array('.', '{{ carew.relativeRoot }}'), array('index.html', '{{ carew.currentPath }}'), array('title', '{{ carew.document.title }}'));
    }