1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-20 03:41:29 +02:00

Fix typos

This commit is contained in:
Pierre Grimaud
2020-04-28 18:57:34 +02:00
parent bec314a9c1
commit ff3128b487
3 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ class ErrorLogHandlerTest extends TestCase
/**
* @covers Monolog\Handler\ErrorLogHandler::write
*/
public function testShouldLogMessagesUsingErrorLogFuncion()
public function testShouldLogMessagesUsingErrorLogFunction()
{
$type = ErrorLogHandler::OPERATING_SYSTEM;
$handler = new ErrorLogHandler($type);

View File

@@ -116,7 +116,7 @@ class RegistryTest extends \PHPUnit\Framework\TestCase
/**
* @covers Monolog\Registry::getInstance
*/
public function testFailsOnNonExistantLogger()
public function testFailsOnNonExistentLogger()
{
$this->expectException(\InvalidArgumentException::class);
Registry::getInstance('test1');