Skip to content

Commit e6deaeb

Browse files
committed
PHPC-554: Fix expected exception message in test case
See: a04008e
1 parent 2608dbb commit e6deaeb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/bson/bson-toPHP_error-004.phpt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ foreach ($tests as $bson) {
3535
<?php exit(0); ?>
3636
--EXPECTF--
3737
OK: Got MongoDB\Driver\Exception\UnexpectedValueException
38-
Detected corrupt BSON data.
38+
Detected corrupt BSON data
3939
OK: Got MongoDB\Driver\Exception\UnexpectedValueException
40-
Detected corrupt BSON data.
40+
Detected corrupt BSON data
4141
OK: Got MongoDB\Driver\Exception\UnexpectedValueException
42-
Detected corrupt BSON data.
42+
Detected corrupt BSON data
4343
OK: Got MongoDB\Driver\Exception\UnexpectedValueException
44-
Detected corrupt BSON data.
44+
Detected corrupt BSON data
4545
OK: Got MongoDB\Driver\Exception\UnexpectedValueException
4646
Detected unknown BSON type 0x65 for fieldname "". Are you using the latest driver?
4747
===DONE===

0 commit comments

Comments
 (0)