From 248673e85824f9f910738d870e73eafc7654213f Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 21 Mar 2022 14:23:30 +0100 Subject: [PATCH] Remove at matcher --- tests/Monolog/Handler/UdpSocketTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Monolog/Handler/UdpSocketTest.php b/tests/Monolog/Handler/UdpSocketTest.php index c14fa8d4..1e9b32f7 100644 --- a/tests/Monolog/Handler/UdpSocketTest.php +++ b/tests/Monolog/Handler/UdpSocketTest.php @@ -26,7 +26,7 @@ class UdpSocketTest extends TestCase ->setConstructorArgs(['lol']) ->getMock(); - $socket->expects($this->at(0)) + $socket ->method('send') ->with("HEADER: The quick brown fox jumps over the lazy dog");