瀏覽代碼

[TwigBundle] Fixed typo

Pascal Borreli 14 年之前
父節點
當前提交
0c9951f676
共有 1 個文件被更改,包括 1 次插入1 次删除
  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();