1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-04 20:27:31 +02:00

Merge pull request #1151 from kopiro/master

Typo on method name
This commit is contained in:
Jordi Boggiano
2018-06-07 19:12:01 +02:00
committed by GitHub

View File

@@ -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);
}