1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 13:16:39 +02:00

Remove at matcher

This commit is contained in:
Jordi Boggiano
2022-03-21 14:23:30 +01:00
parent a3ba6445a4
commit 248673e858

View File

@@ -26,7 +26,7 @@ class UdpSocketTest extends TestCase
->setConstructorArgs(['lol']) ->setConstructorArgs(['lol'])
->getMock(); ->getMock();
$socket->expects($this->at(0)) $socket
->method('send') ->method('send')
->with("HEADER: The quick brown fox jumps over the lazy dog"); ->with("HEADER: The quick brown fox jumps over the lazy dog");