@@ -100,23 +100,23 @@ public static function provideExamples(): Generator
100100 ];
101101
102102 $ expectedOutput = <<<'OUTPUT'
103- MongoDB\Examples\PersistableEntry Object
103+ MongoDB\Examples\Persistable\ PersistableEntry Object
104104(
105- [id:MongoDB\Examples\PersistableEntry:private] => MongoDB\BSON\ObjectId Object
105+ [id:MongoDB\Examples\Persistable\ PersistableEntry:private] => MongoDB\BSON\ObjectId Object
106106 (
107107 [oid] => %s
108108 )
109109
110110 [name] => alcaeus
111111 [emails] => Array
112112 (
113- [0] => MongoDB\Examples\PersistableEmail Object
113+ [0] => MongoDB\Examples\Persistable\ PersistableEmail Object
114114 (
115115 [type] => work
116116 [address] => alcaeus@example.com
117117 )
118118
119- [1] => MongoDB\Examples\PersistableEmail Object
119+ [1] => MongoDB\Examples\Persistable\ PersistableEmail Object
120120 (
121121 [type] => private
122122 [address] => secret@example.com
@@ -150,26 +150,26 @@ public static function provideExamples(): Generator
150150 ];
151151
152152 $ expectedOutput = <<<'OUTPUT'
153- MongoDB\Examples\TypeMapEntry Object
153+ MongoDB\Examples\Typemap\ TypeMapEntry Object
154154(
155- [id:MongoDB\Examples\TypeMapEntry:private] => MongoDB\BSON\ObjectId Object
155+ [id:MongoDB\Examples\Typemap\ TypeMapEntry:private] => MongoDB\BSON\ObjectId Object
156156 (
157157 [oid] => %s
158158 )
159159
160- [name:MongoDB\Examples\TypeMapEntry:private] => alcaeus
161- [emails:MongoDB\Examples\TypeMapEntry:private] => Array
160+ [name:MongoDB\Examples\Typemap\ TypeMapEntry:private] => alcaeus
161+ [emails:MongoDB\Examples\Typemap\ TypeMapEntry:private] => Array
162162 (
163- [0] => MongoDB\Examples\TypeMapEmail Object
163+ [0] => MongoDB\Examples\Typemap\ TypeMapEmail Object
164164 (
165- [type:MongoDB\Examples\TypeMapEmail:private] => work
166- [address:MongoDB\Examples\TypeMapEmail:private] => alcaeus@example.com
165+ [type:MongoDB\Examples\Typemap\ TypeMapEmail:private] => work
166+ [address:MongoDB\Examples\Typemap\ TypeMapEmail:private] => alcaeus@example.com
167167 )
168168
169- [1] => MongoDB\Examples\TypeMapEmail Object
169+ [1] => MongoDB\Examples\Typemap\ TypeMapEmail Object
170170 (
171- [type:MongoDB\Examples\TypeMapEmail:private] => private
172- [address:MongoDB\Examples\TypeMapEmail:private] => secret@example.com
171+ [type:MongoDB\Examples\Typemap\ TypeMapEmail:private] => private
172+ [address:MongoDB\Examples\Typemap\ TypeMapEmail:private] => secret@example.com
173173 )
174174
175175 )
0 commit comments