瀏覽代碼

Fixed typo

Andrej Hudec 11 年之前
父節點
當前提交
8801a43fb0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Tests/Translator/Extractor/JMSTranslatorBundle/AdminExtractorTest.php

+ 1 - 1
Tests/Translator/Extractor/JMSTranslatorBundle/AdminExtractorTest.php

@@ -106,7 +106,7 @@ class AdminExtractorTest extends \PHPUnit_Framework_TestCase
         $this->assertEquals('foo_admin_domain', $message->getDomain());
     }
 
-    public function testExtractWithExcewption()
+    public function testExtractWithException()
     {
         $this->setExpectedException('RuntimeException', 'Foo throws exception');