Skip to content

Commit c2472fc

Browse files
committed
Fix test expectation for builds with top-level BSON namespace
1 parent bc2dded commit c2472fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/bson/bson-encode-003.phpt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ object(stdClass)#%d (1) {
5959
["props"]=>
6060
array(3) {
6161
["__pclass"]=>
62-
object(%sBSON\Binary)#%d (2) {
62+
object(%SBSON\Binary)#%d (2) {
6363
["data"]=>
6464
string(7) "MyClass"
6565
["type"]=>
@@ -83,7 +83,7 @@ object(stdClass)#%d (1) {
8383
["props"]=>
8484
array(4) {
8585
["__pclass"]=>
86-
object(%sBSON\Binary)#%d (2) {
86+
object(%SBSON\Binary)#%d (2) {
8787
["data"]=>
8888
string(8) "MyClass2"
8989
["type"]=>
@@ -116,7 +116,7 @@ object(stdClass)#%d (1) {
116116
["props"]=>
117117
array(3) {
118118
["__pclass"]=>
119-
object(%sBSON\Binary)#%d (2) {
119+
object(%SBSON\Binary)#%d (2) {
120120
["data"]=>
121121
string(7) "MyClass"
122122
["type"]=>
@@ -133,7 +133,7 @@ object(stdClass)#%d (1) {
133133
["props"]=>
134134
array(4) {
135135
["__pclass"]=>
136-
object(%sBSON\Binary)#%d (2) {
136+
object(%SBSON\Binary)#%d (2) {
137137
["data"]=>
138138
string(8) "MyClass2"
139139
["type"]=>

0 commit comments

Comments
 (0)