Example #1
0
 /**
  * @test
  */
 public function shouldAllowCreateATwigEnvironment()
 {
     $twig = TwigFactory::createGeneric();
     $this->assertInstanceOf('Twig_Environment', $twig);
 }