mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-01 19:00:20 +02:00
Removed testing a mock instead of the real handler
This commit is contained in:
@@ -30,9 +30,7 @@ class ZendMonitorHandlerTest extends TestCase
|
||||
*/
|
||||
public function testIsZendServerReturnsTrue()
|
||||
{
|
||||
$zendMonitor = $this->getMockBuilder('Monolog\Handler\ZendMonitorHandler')
|
||||
->setMethods(null)
|
||||
->getMock();
|
||||
$zendMonitor = new ZendMonitorHandler();
|
||||
$this->assertTrue($zendMonitor->isZendServer());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user