Sfoglia il codice sorgente

Typo on method name

Flavio Maria De Stefano 7 anni fa
parent
commit
cf0ac7e33d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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);
     }