2
0
Jordi Boggiano 3 жил өмнө
parent
commit
248673e858

+ 1 - 1
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");