We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d674b commit 73007edCopy full SHA for 73007ed
1 file changed
tests/Feature/ConfigurationTest.php
@@ -52,7 +52,6 @@ public function testConfigurationWithCustomLogger(): void
52
53
// Assert that the logger is the same instance we passed
54
$this->assertSame($customLogger, $logger);
55
- $this->assertEquals('custom-test-logger', $logger->getName());
56
}
57
58
public function testConfigurationWithCustomLogLevel(): void
0 commit comments