mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-20 11:51:32 +02:00
Merge branch '2.x' into main
This commit is contained in:
@@ -27,6 +27,13 @@ class SocketHandlerTest extends TestCase
|
||||
*/
|
||||
private $res;
|
||||
|
||||
public function tearDown(): void
|
||||
{
|
||||
parent::tearDown();
|
||||
|
||||
unset($this->res);
|
||||
}
|
||||
|
||||
public function testInvalidHostname()
|
||||
{
|
||||
$this->expectException(\UnexpectedValueException::class);
|
||||
|
Reference in New Issue
Block a user