Ver Fonte

[TwigBundle] Fixed typo

Pascal Borreli há 14 anos atrás
pai
commit
0c9951f676
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/Symfony/Bundle/TwigBundle/Tests/TwigEngineTest.php

+ 1 - 1
src/Symfony/Bundle/TwigBundle/Tests/TwigEngineTest.php

@@ -40,7 +40,7 @@ class TwigEngineTest extends TestCase
         $this->assertSame($app, $globals['app']);
     }
 
-    public function testEvalutateWithoutAvailableRequest()
+    public function testEvaluateWithoutAvailableRequest()
     {
         $environment = $this->getTwigEnvironment();
         $container = new Container();