8000 minor #51266 [MonologBridge] Remove Monolog 1 compat from FirePHPHand… · symfony/symfony@ae04717 · GitHub
[go: up one dir, main page]

Skip to content

Commit ae04717

Browse files
committed
minor #51266 [MonologBridge] Remove Monolog 1 compat from FirePHPHandlerTest (derrabus)
This PR was merged into the 7.0 branch. Di 8000 scussion ---------- [MonologBridge] Remove Monolog 1 compat from FirePHPHandlerTest | Q | A | ------------- | --- | Branch? | 7.0 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Follows #51091 | License | MIT | Doc PR | N/A Commits ------- 9ebdc3d [MonologBridge] Remove more Monolog 1 compat from FirePHPHandlerTest
2 parents 934dbad + 9ebdc3d commit ae04717

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