mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-16 10:04:14 +02:00
Fix typos
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user