8000 [MonologBridge] Remove more Monolog 1 compat from FirePHPHandlerTest · symfony/symfony@9ebdc3d · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ebdc3d

Browse files
committed
[MonologBridge] Remove more Monolog 1 compat from FirePHPHandlerTest
1 parent dd050fd commit 9ebdc3d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Symfony/Bridge/Monolog/Tests/Handler/FirePHPHandlerTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,6 @@ public function testNoFirePhpClient()
9898

9999
private function createHandler(): FirePHPHandler
100100
{
101-
// Monolog 1
102-
if (!method_exists(FirePHPHandler::class, 'isWebRequest')) {
103-
return new FirePHPHandler();
104-
}
105-
106101
$handler = $this->getMockBuilder(FirePHPHandler::class)
107102
->onlyMethods(['isWebRequest'])
108103
->getMock();

0 commit comments

Comments
 (0)
0