ソースを参照

Typo on method name

Flavio Maria De Stefano 7 年 前
コミット
cf0ac7e33d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      tests/Monolog/Handler/ErrorLogHandlerTest.php

+ 1 - 1
tests/Monolog/Handler/ErrorLogHandlerTest.php

@@ -32,7 +32,7 @@ class ErrorLogHandlerTest extends TestCase
      * @expectedException InvalidArgumentException
      * @expectedException InvalidArgumentException
      * @expectedExceptionMessage The given message type "42" is not supported
      * @expectedExceptionMessage The given message type "42" is not supported
      */
      */
-    public function testShouldNotAcceptAnInvalidTypeOnContructor()
+    public function testShouldNotAcceptAnInvalidTypeOnConstructor()
     {
     {
         new ErrorLogHandler(42);
         new ErrorLogHandler(42);
     }
     }