Pascal Borreli 14 лет назад
Родитель
Сommit
19f931a231
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/Symfony/Bundle/TwigBundle/Tests/TwigEngineTest.php

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

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