@@ -90,23 +90,23 @@ public function dataExamples(): Generator
90
90
];
91
91
92
92
$ expectedOutput = <<<'OUTPUT'
93
- MongoDB\Examples\PersistableEntry Object
93
+ MongoDB\Examples\Persistable\ PersistableEntry Object
94
94
(
95
- [id:MongoDB\Examples\PersistableEntry:private] => MongoDB\BSON\ObjectId Object
95
+ [id:MongoDB\Examples\Persistable\ PersistableEntry:private] => MongoDB\BSON\ObjectId Object
96
96
(
97
97
[oid] => %s
98
98
)
99
99
100
100
[name] => alcaeus
101
101
[emails] => Array
102
102
(
103
- [0] => MongoDB\Examples\PersistableEmail Object
103
+ [0] => MongoDB\Examples\Persistable\ PersistableEmail Object
104
104
(
105
105
[type] => work
106
106
107
107
)
108
108
109
- [1] => MongoDB\Examples\PersistableEmail Object
109
+ [1] => MongoDB\Examples\Persistable\ PersistableEmail Object
110
110
(
111
111
[type] => private
112
112
@@ -123,26 +123,26 @@ public function dataExamples(): Generator
123
123
];
124
124
125
125
$ expectedOutput = <<<'OUTPUT'
126
- MongoDB\Examples\TypeMapEntry Object
126
+ MongoDB\Examples\Typemap\ TypeMapEntry Object
127
127
(
128
- [id:MongoDB\Examples\TypeMapEntry:private] => MongoDB\BSON\ObjectId Object
128
+ [id:MongoDB\Examples\Typemap\ TypeMapEntry:private] => MongoDB\BSON\ObjectId Object
129
129
(
130
130
[oid] => %s
131
131
)
132
132
133
- [name:MongoDB\Examples\TypeMapEntry:private] => alcaeus
134
- [emails:MongoDB\Examples\TypeMapEntry:private] => Array
133
+ [name:MongoDB\Examples\Typemap\ TypeMapEntry:private] => alcaeus
134
+ [emails:MongoDB\Examples\Typemap\ TypeMapEntry:private] => Array
135
135
(
136
- [0] => MongoDB\Examples\TypeMapEmail Object
136
+ [0] => MongoDB\Examples\Typemap\ TypeMapEmail Object
137
137
(
138
- [type:MongoDB\Examples\TypeMapEmail:private] => work
139
- [address:MongoDB\Examples\TypeMapEmail:private] => [email protected]
138
+ [type:MongoDB\Examples\Typemap\ TypeMapEmail:private] => work
139
+ [address:MongoDB\Examples\Typemap\ TypeMapEmail:private] => [email protected]
140
140
)
141
141
142
- [1] => MongoDB\Examples\TypeMapEmail Object
142
+ [1] => MongoDB\Examples\Typemap\ TypeMapEmail Object
143
143
(
144
- [type:MongoDB\Examples\TypeMapEmail:private] => private
145
- [address:MongoDB\Examples\TypeMapEmail:private] => [email protected]
144
+ [type:MongoDB\Examples\Typemap\ TypeMapEmail:private] => private
145
+ [address:MongoDB\Examples\Typemap\ TypeMapEmail:private] => [email protected]
146
146
)
147
147
148
148
)
0 commit comments