Przeglądaj źródła

[TwigBundle] Fixed Typo

Pascal Borreli 14 lat temu
rodzic
commit
19f931a231

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

@@ -21,7 +21,7 @@ use Symfony\Bundle\TwigBundle\GlobalVariables;
 
 class TwigEngineTest extends TestCase
 {
-    public function testEvalutateAddsAppGlobal()
+    public function testEvaluateAddsAppGlobal()
     {
         $environment = $this->getTwigEnvironment();
         $container = $this->getContainer();