Просмотр исходного кода

Merge pull request #1151 from kopiro/master

Typo on method name
Jordi Boggiano 7 лет назад
Родитель
Сommit
cb7bd1d7f8
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
      * @expectedExceptionMessage The given message type "42" is not supported
      */
-    public function testShouldNotAcceptAnInvalidTypeOnContructor()
+    public function testShouldNotAcceptAnInvalidTypeOnConstructor()
     {
         new ErrorLogHandler(42);
     }