Skip to content

Commit afa752f

Browse files
committed
PHPC-1076: Allow for extra command output on 3.6 servers
3.6 replica sets may include additional fields in the command response (e.g. operationTime, $clusterTime).
1 parent cfeefaf commit afa752f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/apm/monitoring-commandFailed-003.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ try {
4848
--EXPECTF--
4949
started: findAndModify
5050
failed: findAndModify
51-
object(stdClass)#%d (4) {
51+
object(stdClass)#%d (%d) {
5252
["ok"]=>
5353
float(0)
5454
["errmsg"]=>
5555
string(49) "Either an update or remove=true must be specified"
5656
["code"]=>
5757
int(9)
5858
["codeName"]=>
59-
string(13) "FailedToParse"
59+
string(13) "FailedToParse"%A
6060
}

0 commit comments

Comments
 (0)