mirror of
https://github.com/Seldaek/monolog.git
synced 2025-07-30 18:00:17 +02:00
Deprecated setMethods() usages moving to onlyMethods()
This commit is contained in:
@@ -58,7 +58,7 @@ class InsightOpsHandlerTest extends TestCase
|
||||
$args = array('testToken', 'us', $useSSL, Logger::DEBUG, true);
|
||||
$this->resource = fopen('php://memory', 'a');
|
||||
$this->handler = $this->getMockBuilder(InsightOpsHandler::class)
|
||||
->setMethods(array('fsockopen', 'streamSetTimeout', 'closeSocket'))
|
||||
->onlyMethods(array('fsockopen', 'streamSetTimeout', 'closeSocket'))
|
||||
->setConstructorArgs($args)
|
||||
->getMock();
|
||||
|
||||
|
Reference in New Issue
Block a user