luyatests\core\web\TwigTest::testEnvMethod PHP Method

testEnvMethod() public method

public testEnvMethod ( )
    public function testEnvMethod()
    {
        $twig = new Twig();
        $response = $twig->env(new \Twig_Loader_String());
        $this->assertEquals(true, is_object($response));
    }