File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,14 +50,14 @@ foreach ($invalidValues as $invalidValue) {
50
50
<?php exit (0 ); ?>
51
51
--EXPECTF--
52
52
Testing top-level objects
53
- Expected MyDocument::bsonSerialize() to return an array or stdClass, null given
53
+ Expected MyDocument::bsonSerialize() to return an array or stdClass, %r( null|NULL)%r given
54
54
Expected MyDocument::bsonSerialize() to return an array or stdClass, integer given
55
55
Expected MyDocument::bsonSerialize() to return an array or stdClass, string given
56
56
Expected MyDocument::bsonSerialize() to return an array or stdClass, boolean given
57
57
Expected MyDocument::bsonSerialize() to return an array or stdClass, MyDocument given
58
58
59
59
Testing nested objects
60
- Expected MyDocument::bsonSerialize() to return an array or stdClass, null given
60
+ Expected MyDocument::bsonSerialize() to return an array or stdClass, %r( null|NULL)%r given
61
61
Expected MyDocument::bsonSerialize() to return an array or stdClass, integer given
62
62
Expected MyDocument::bsonSerialize() to return an array or stdClass, string given
63
63
Expected MyDocument::bsonSerialize() to return an array or stdClass, boolean given
You can’t perform that action at this time.
0 commit comments