Skip to content

Commit d733298

Browse files
authored
Merge pull request #990 from jmikola/phpc-1392
PHPC-1392: Fix error assertion for server 3.0 through 3.4
2 parents 095f93d + e65c598 commit d733298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/standalone/connectiontimeoutexception-001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ echo throws(function() use ($manager, $command) {
2929
<?php exit(0); ?>
3030
--EXPECT--
3131
OK: Got MongoDB\Driver\Exception\ConnectionTimeoutException
32-
Failed to send "sleep" command with database "admin": Failed to read 4 bytes: socket error or timeout
32+
Failed to send "sleep" command with database "admin": %Ssocket error or timeout
3333
===DONE===

0 commit comments

Comments
 (0)