コード例 #1
0
ファイル: TwigFactoryTest.php プロジェクト: eamador/Payum
 /**
  * @test
  */
 public function shouldAllowCreateATwigEnvironment()
 {
     $twig = TwigFactory::createGeneric();
     $this->assertInstanceOf('Twig_Environment', $twig);
 }