mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-02 11:20:31 +02:00
Typo on method name
This commit is contained in:
committed by
GitHub
parent
7b99283627
commit
cf0ac7e33d
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user