Skip to content

Commit

Permalink
Remove at matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Mar 21, 2022
1 parent a3ba644 commit 248673e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Monolog/Handler/UdpSocketTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function testWeDoNotTruncateShortMessages()
->setConstructorArgs(['lol'])
->getMock();

$socket->expects($this->at(0))
$socket
->method('send')
->with("HEADER: The quick brown fox jumps over the lazy dog");

Expand Down

0 comments on commit 248673e

Please sign in to comment.