From 6f5f38a8a2bc7cd48cf2533dff6b5a8937271a26 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Thu, 28 Apr 2016 16:38:48 -0400 Subject: [PATCH] Fix expected exception message for PHPC-487 test case --- tests/standalone/bug0487-002.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/standalone/bug0487-002.phpt b/tests/standalone/bug0487-002.phpt index 284ada637..22656410a 100644 --- a/tests/standalone/bug0487-002.phpt +++ b/tests/standalone/bug0487-002.phpt @@ -87,6 +87,6 @@ foreach($KILLLIST as $id) { --EXPECTF-- int(1) OK: Got MongoDB\Driver\Exception\RuntimeException -Failed to read 4 bytes from socket within 300000 milliseconds. +Failed to send "insert" command with database "phongo": Failed to read 4 bytes from socket within 300000 milliseconds. int(1) ===DONE===