1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-16 10:04:14 +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

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