Skip to content

Commit f5592cc

Browse files
committed
Use EXPECTF for object dump output
1 parent 480bc58 commit f5592cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/manager/manager-executeWriteCommand_error-003.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ try {
2626
?>
2727
===DONE===
2828
<?php exit(0); ?>
29-
--EXPECT--
29+
--EXPECTF--
3030
MongoDB\Driver\Exception\CommandException(9): Either an update or remove=true must be specified
31-
object(stdClass)#4 (4) {
31+
object(stdClass)#%d (%d) {
3232
["ok"]=>
3333
float(0)
3434
["errmsg"]=>

0 commit comments

Comments
 (0)