We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd050fd commit 9ebdc3dCopy full SHA for 9ebdc3d
src/Symfony/Bridge/Monolog/Tests/Handler/FirePHPHandlerTest.php
@@ -98,11 +98,6 @@ public function testNoFirePhpClient()
98
99
private function createHandler(): FirePHPHandler
100
{
101
- // Monolog 1
102
- if (!method_exists(FirePHPHandler::class, 'isWebRequest')) {
103
- return new FirePHPHandler();
104
- }
105
-
106
$handler = $this->getMockBuilder(FirePHPHandler::class)
107
->onlyMethods(['isWebRequest'])
108
->getMock();
0 commit comments