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:
@@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user