Skip to content

Commit 6f5f38a

Browse files
committed
Fix expected exception message for PHPC-487 test case
1 parent 4a55d15 commit 6f5f38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/standalone/bug0487-002.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ foreach($KILLLIST as $id) {
8787
--EXPECTF--
8888
int(1)
8989
OK: Got MongoDB\Driver\Exception\RuntimeException
90-
Failed to read 4 bytes from socket within 300000 milliseconds.
90+
Failed to send "insert" command with database "phongo": Failed to read 4 bytes from socket within 300000 milliseconds.
9191
int(1)
9292
===DONE===

0 commit comments

Comments
 (0)