Esempio n. 1
0
 public function testTwigInstance()
 {
     $obj = Renderer::getTwig();
     $this->assertInstanceOf('\\Twig_Environment', $obj);
 }