mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-22 12:53:27 +02:00
Upgrade phpstan, phpunit (#1923)
* Upgrade phpstan, phpunit * Fix phpunit deprecation * Fix hg tests * Fix php-console tests * Fix phpunit on 8.1 * Bump phpconsole
This commit is contained in:
@@ -33,6 +33,7 @@ class InsightOpsHandlerTest extends TestCase
|
||||
parent::tearDown();
|
||||
|
||||
unset($this->resource);
|
||||
unset($this->handler);
|
||||
}
|
||||
|
||||
public function testWriteContent()
|
||||
@@ -68,7 +69,6 @@ class InsightOpsHandlerTest extends TestCase
|
||||
->getMock();
|
||||
|
||||
$reflectionProperty = new \ReflectionProperty('\Monolog\Handler\SocketHandler', 'connectionString');
|
||||
$reflectionProperty->setAccessible(true);
|
||||
$reflectionProperty->setValue($this->handler, 'localhost:1234');
|
||||
|
||||
$this->handler->expects($this->any())
|
||||
|
Reference in New Issue
Block a user